glade: Add #include <config.h>. 20121223030502/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 22 Dec 2012 23:01:24 +0000 (15:01 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 22 Dec 2012 23:01:24 +0000 (15:01 -0800)
I have found that this is necessary with the latest update to Gnulib to
make the glade code compile without errors.

glade/acr.c
glade/bbox.c
glade/dialog.c
glade/selector.c

index 397dc5d812cab4cafbe609ac60066df352c60d9c..c6ee0ef639b5f799c12fc2a281f08f771688301c 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <glib.h>
 #include <gtk/gtk.h>
 
index 46ed7fbd0207f6f8783299d9d597d85106cd0670..2e675c41b2400efbd56ce60dc68b0ac8069fb3a8 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <gladeui/glade.h>
 #include <gtk/gtk.h>
 
index 09330bd787955de63a4c5ccff9bce47321e716e7..7b13226e01d25203fb748119f61360d25014c7ae 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <glib.h>
 #include <gtk/gtk.h>
 
index d2b21a99725e6e903709aa0ca76402ea5bffc48f..6b2e4d7938c0bcb6e82c47a1fdfe24a6fd000334 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <glib.h>
 #include <gtk/gtk.h>