[gtk+/gtk-3-6] tests: Include config.h



commit dd1460b70780c5108087b045767962061d94c2ae
Author: Benjamin Otte <otte redhat com>
Date:   Tue Nov 6 20:51:15 2012 +0100

    tests: Include config.h

 tests/testappchooser.c       |    2 ++
 tests/testappchooserbutton.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/testappchooser.c b/tests/testappchooser.c
index 76af238..80e8fb7 100644
--- a/tests/testappchooser.c
+++ b/tests/testappchooser.c
@@ -16,6 +16,8 @@
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <gtk/gtk.h>
 
diff --git a/tests/testappchooserbutton.c b/tests/testappchooserbutton.c
index 92fbb1a..1ab768c 100644
--- a/tests/testappchooserbutton.c
+++ b/tests/testappchooserbutton.c
@@ -16,8 +16,9 @@
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdlib.h>
+#include "config.h"
 
+#include <stdlib.h>
 #include <gtk/gtk.h>
 
 #define CUSTOM_ITEM "custom-item"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]