summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-12-23 12:27:33 +0000
committerChristian Persch <chpe@src.gnome.org>2007-12-23 12:27:33 +0000
commit563ee17a914505d108a8b9b8c9a8574dfcafd75c (patch)
treef4ec0139d8d056177bbc9dbc828728d2f98875a6
parentb0702a91ad52abf0d7023b6f7e0f34148a0a3606 (diff)
downloadgtk+-563ee17a914505d108a8b9b8c9a8574dfcafd75c.tar.gz
Include <config.h>. Bug #504720.
svn path=/trunk/; revision=19228
-rw-r--r--ChangeLog6
-rw-r--r--modules/other/gail/gail.c2
-rw-r--r--modules/other/gail/gailadjustment.c2
-rw-r--r--modules/other/gail/gailarrow.c2
-rw-r--r--modules/other/gail/gailbooleancell.c2
-rw-r--r--modules/other/gail/gailbooleancellfactory.c2
-rw-r--r--modules/other/gail/gailbox.c2
-rw-r--r--modules/other/gail/gailbutton.c2
-rw-r--r--modules/other/gail/gailcalendar.c2
-rw-r--r--modules/other/gail/gailcell.c2
-rw-r--r--modules/other/gail/gailcellparent.c2
-rw-r--r--modules/other/gail/gailcheckmenuitem.c2
-rw-r--r--modules/other/gail/gailchecksubmenuitem.c2
-rw-r--r--modules/other/gail/gailclist.c2
-rw-r--r--modules/other/gail/gailclistcell.c2
-rw-r--r--modules/other/gail/gailcombo.c2
-rw-r--r--modules/other/gail/gailcombobox.c2
-rw-r--r--modules/other/gail/gailcontainer.c2
-rw-r--r--modules/other/gail/gailcontainercell.c2
-rw-r--r--modules/other/gail/gailentry.c2
-rw-r--r--modules/other/gail/gailexpander.c2
-rw-r--r--modules/other/gail/gailframe.c2
-rw-r--r--modules/other/gail/gailhtmlbox.c2
-rw-r--r--modules/other/gail/gailhtmlboxblock.c2
-rw-r--r--modules/other/gail/gailhtmlboxembedded.c2
-rw-r--r--modules/other/gail/gailhtmlboxtext.c2
-rw-r--r--modules/other/gail/gailimagecell.c2
-rw-r--r--modules/other/gail/gailimagecellfactory.c2
-rw-r--r--modules/other/gail/gailitem.c2
-rw-r--r--modules/other/gail/gaillabel.c2
-rw-r--r--modules/other/gail/gaillist.c2
-rw-r--r--modules/other/gail/gailmenu.c2
-rw-r--r--modules/other/gail/gailmenushell.c2
-rw-r--r--modules/other/gail/gailnotebook.c2
-rw-r--r--modules/other/gail/gailnotebookpage.c2
-rw-r--r--modules/other/gail/gailobject.c2
-rw-r--r--modules/other/gail/gailobjectfactory.c2
-rw-r--r--modules/other/gail/gailoptionmenu.c2
-rw-r--r--modules/other/gail/gailpaned.c2
-rw-r--r--modules/other/gail/gailpixmap.c2
-rw-r--r--modules/other/gail/gailprogressbar.c2
-rw-r--r--modules/other/gail/gailradiobutton.c2
-rw-r--r--modules/other/gail/gailradiomenuitem.c2
-rw-r--r--modules/other/gail/gailradiosubmenuitem.c2
-rw-r--r--modules/other/gail/gailrange.c2
-rw-r--r--modules/other/gail/gailrenderercell.c2
-rw-r--r--modules/other/gail/gailrenderercellfactory.c2
-rw-r--r--modules/other/gail/gailscale.c2
-rw-r--r--modules/other/gail/gailscrollbar.c2
-rw-r--r--modules/other/gail/gailscrolledwindow.c2
-rw-r--r--modules/other/gail/gailseparator.c2
-rw-r--r--modules/other/gail/gailspinbutton.c2
-rw-r--r--modules/other/gail/gailstatusbar.c2
-rw-r--r--modules/other/gail/gailsubmenuitem.c2
-rw-r--r--modules/other/gail/gailtextcellfactory.c2
-rw-r--r--modules/other/gail/gailtextview.c2
-rw-r--r--modules/other/gail/gailtogglebutton.c2
-rw-r--r--modules/other/gail/gailtoplevel.c2
-rw-r--r--modules/other/gail/gailtreeview.c2
-rw-r--r--modules/other/gail/gailutil.c2
-rw-r--r--modules/other/gail/gailwidget.c2
-rw-r--r--modules/other/gail/gailwindow.c2
-rw-r--r--modules/other/gail/libgail-util/gailmisc.c2
-rw-r--r--modules/other/gail/libgail-util/gailtextutil.c2
64 files changed, 131 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 521ec08875..bac2fa25db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2007-12-22 Christian Persch <chpe@gnome.org>
- * module/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
+ * modules/other/gail/*.c: Include config.h. Bug #504720.
+
+2007-12-22 Christian Persch <chpe@gnome.org>
+
+ * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
handwritten get_type functions. Bug #504661.
2007-12-23 Xan Lopez <xan@gnome.org>
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c
index 3fcbd4c211..3f3126023e 100644
--- a/modules/other/gail/gail.c
+++ b/modules/other/gail/gail.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <atk/atk.h>
diff --git a/modules/other/gail/gailadjustment.c b/modules/other/gail/gailadjustment.c
index 0e1f58fce0..a22aa9f6c1 100644
--- a/modules/other/gail/gailadjustment.c
+++ b/modules/other/gail/gailadjustment.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailadjustment.h"
diff --git a/modules/other/gail/gailarrow.c b/modules/other/gail/gailarrow.c
index 5f712340fa..bece54bb79 100644
--- a/modules/other/gail/gailarrow.c
+++ b/modules/other/gail/gailarrow.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailarrow.h"
diff --git a/modules/other/gail/gailbooleancell.c b/modules/other/gail/gailbooleancell.c
index 553fea76dc..3a47416492 100644
--- a/modules/other/gail/gailbooleancell.c
+++ b/modules/other/gail/gailbooleancell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailbooleancell.h"
diff --git a/modules/other/gail/gailbooleancellfactory.c b/modules/other/gail/gailbooleancellfactory.c
index 30f11d2548..fb003a7b26 100644
--- a/modules/other/gail/gailbooleancellfactory.c
+++ b/modules/other/gail/gailbooleancellfactory.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtkcellrenderertoggle.h>
#include "gailbooleancellfactory.h"
#include "gailbooleancell.h"
diff --git a/modules/other/gail/gailbox.c b/modules/other/gail/gailbox.c
index 2c03db0e05..80c674b69f 100644
--- a/modules/other/gail/gailbox.c
+++ b/modules/other/gail/gailbox.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailbox.h"
diff --git a/modules/other/gail/gailbutton.c b/modules/other/gail/gailbutton.c
index 04cfefcf80..86ce14c71b 100644
--- a/modules/other/gail/gailbutton.c
+++ b/modules/other/gail/gailbutton.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/other/gail/gailcalendar.c b/modules/other/gail/gailcalendar.c
index efc91646c0..1d739b8be9 100644
--- a/modules/other/gail/gailcalendar.c
+++ b/modules/other/gail/gailcalendar.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailcalendar.h"
diff --git a/modules/other/gail/gailcell.c b/modules/other/gail/gailcell.c
index 0bc72bd6d3..32f922743e 100644
--- a/modules/other/gail/gailcell.c
+++ b/modules/other/gail/gailcell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdlib.h>
#include <gtk/gtk.h>
#include "gailcontainercell.h"
diff --git a/modules/other/gail/gailcellparent.c b/modules/other/gail/gailcellparent.c
index 6099c0bcde..5ca6bb29a8 100644
--- a/modules/other/gail/gailcellparent.c
+++ b/modules/other/gail/gailcellparent.c
@@ -18,6 +18,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtkwidget.h>
#include "gailcellparent.h"
diff --git a/modules/other/gail/gailcheckmenuitem.c b/modules/other/gail/gailcheckmenuitem.c
index 9163d9b117..362562d4ca 100644
--- a/modules/other/gail/gailcheckmenuitem.c
+++ b/modules/other/gail/gailcheckmenuitem.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailcheckmenuitem.h"
diff --git a/modules/other/gail/gailchecksubmenuitem.c b/modules/other/gail/gailchecksubmenuitem.c
index b894e6f237..0bcf755a50 100644
--- a/modules/other/gail/gailchecksubmenuitem.c
+++ b/modules/other/gail/gailchecksubmenuitem.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailchecksubmenuitem.h"
diff --git a/modules/other/gail/gailclist.c b/modules/other/gail/gailclist.c
index 3e1e81d549..1c624c8f43 100644
--- a/modules/other/gail/gailclist.c
+++ b/modules/other/gail/gailclist.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include <stdio.h>
#include "gailclist.h"
diff --git a/modules/other/gail/gailclistcell.c b/modules/other/gail/gailclistcell.c
index 814497058d..3ad9da23c1 100644
--- a/modules/other/gail/gailclistcell.c
+++ b/modules/other/gail/gailclistcell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailclistcell.h"
diff --git a/modules/other/gail/gailcombo.c b/modules/other/gail/gailcombo.c
index 974d12dd23..d96eef233f 100644
--- a/modules/other/gail/gailcombo.c
+++ b/modules/other/gail/gailcombo.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailcombo.h"
diff --git a/modules/other/gail/gailcombobox.c b/modules/other/gail/gailcombobox.c
index 0a52fa8a9a..6b90cbfcde 100644
--- a/modules/other/gail/gailcombobox.c
+++ b/modules/other/gail/gailcombobox.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "gailcombobox.h"
diff --git a/modules/other/gail/gailcontainer.c b/modules/other/gail/gailcontainer.c
index bc1e3b6620..aa7bc102b6 100644
--- a/modules/other/gail/gailcontainer.c
+++ b/modules/other/gail/gailcontainer.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailcontainer.h"
diff --git a/modules/other/gail/gailcontainercell.c b/modules/other/gail/gailcontainercell.c
index 7fd38bd675..d85f153f82 100644
--- a/modules/other/gail/gailcontainercell.c
+++ b/modules/other/gail/gailcontainercell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailcontainercell.h"
diff --git a/modules/other/gail/gailentry.c b/modules/other/gail/gailentry.c
index 0b817ea1b3..8529f9dc2f 100644
--- a/modules/other/gail/gailentry.c
+++ b/modules/other/gail/gailentry.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/other/gail/gailexpander.c b/modules/other/gail/gailexpander.c
index e12fd9c266..a68e986388 100644
--- a/modules/other/gail/gailexpander.c
+++ b/modules/other/gail/gailexpander.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/other/gail/gailframe.c b/modules/other/gail/gailframe.c
index 98486f2c82..ad82be6e56 100644
--- a/modules/other/gail/gailframe.c
+++ b/modules/other/gail/gailframe.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailframe.h"
diff --git a/modules/other/gail/gailhtmlbox.c b/modules/other/gail/gailhtmlbox.c
index 8cdbe4787d..ed988a1f52 100644
--- a/modules/other/gail/gailhtmlbox.c
+++ b/modules/other/gail/gailhtmlbox.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailhtmlbox.h"
#include "gailhtmlview.h"
diff --git a/modules/other/gail/gailhtmlboxblock.c b/modules/other/gail/gailhtmlboxblock.c
index 19808aa68f..596d045f22 100644
--- a/modules/other/gail/gailhtmlboxblock.c
+++ b/modules/other/gail/gailhtmlboxblock.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <libgtkhtml/gtkhtml.h>
#include "gailhtmlboxblock.h"
diff --git a/modules/other/gail/gailhtmlboxembedded.c b/modules/other/gail/gailhtmlboxembedded.c
index 8d23e92c32..135aff9871 100644
--- a/modules/other/gail/gailhtmlboxembedded.c
+++ b/modules/other/gail/gailhtmlboxembedded.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <libgtkhtml/gtkhtml.h>
#include "gailhtmlboxembedded.h"
diff --git a/modules/other/gail/gailhtmlboxtext.c b/modules/other/gail/gailhtmlboxtext.c
index eb45ae2817..180cb1c735 100644
--- a/modules/other/gail/gailhtmlboxtext.c
+++ b/modules/other/gail/gailhtmlboxtext.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include "gailhtmlboxtext.h"
static void gail_html_box_text_class_init (GailHtmlBoxTextClass *klass);
diff --git a/modules/other/gail/gailimagecell.c b/modules/other/gail/gailimagecell.c
index fa5944b547..f59842b584 100644
--- a/modules/other/gail/gailimagecell.c
+++ b/modules/other/gail/gailimagecell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailimagecell.h"
diff --git a/modules/other/gail/gailimagecellfactory.c b/modules/other/gail/gailimagecellfactory.c
index 77c4b92e6b..e336e811ed 100644
--- a/modules/other/gail/gailimagecellfactory.c
+++ b/modules/other/gail/gailimagecellfactory.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtkcellrendererpixbuf.h>
#include "gailimagecellfactory.h"
#include "gailimagecell.h"
diff --git a/modules/other/gail/gailitem.c b/modules/other/gail/gailitem.c
index b7292d8e84..7306b4c9b7 100644
--- a/modules/other/gail/gailitem.c
+++ b/modules/other/gail/gailitem.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailitem.h"
diff --git a/modules/other/gail/gaillabel.c b/modules/other/gail/gaillabel.c
index 36b6c1380b..f912fb463c 100644
--- a/modules/other/gail/gaillabel.c
+++ b/modules/other/gail/gaillabel.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gaillabel.h"
diff --git a/modules/other/gail/gaillist.c b/modules/other/gail/gaillist.c
index 15d5589ab8..24097e6ed0 100644
--- a/modules/other/gail/gaillist.c
+++ b/modules/other/gail/gaillist.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gaillist.h"
#include "gailcombo.h"
diff --git a/modules/other/gail/gailmenu.c b/modules/other/gail/gailmenu.c
index 89b023f80d..d18a115ef6 100644
--- a/modules/other/gail/gailmenu.c
+++ b/modules/other/gail/gailmenu.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtkmenu.h>
#include <gtk/gtkmenuitem.h>
#include <gtk/gtkoptionmenu.h>
diff --git a/modules/other/gail/gailmenushell.c b/modules/other/gail/gailmenushell.c
index 6bf211ca84..34ff98b543 100644
--- a/modules/other/gail/gailmenushell.c
+++ b/modules/other/gail/gailmenushell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailmenushell.h"
diff --git a/modules/other/gail/gailnotebook.c b/modules/other/gail/gailnotebook.c
index 0dbe660db7..8ffffd8fb4 100644
--- a/modules/other/gail/gailnotebook.c
+++ b/modules/other/gail/gailnotebook.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailnotebook.h"
diff --git a/modules/other/gail/gailnotebookpage.c b/modules/other/gail/gailnotebookpage.c
index 9db9b7e11f..2bb3a5ed41 100644
--- a/modules/other/gail/gailnotebookpage.c
+++ b/modules/other/gail/gailnotebookpage.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailnotebookpage.h"
diff --git a/modules/other/gail/gailobject.c b/modules/other/gail/gailobject.c
index ed8eb7bc95..890195a2a1 100644
--- a/modules/other/gail/gailobject.c
+++ b/modules/other/gail/gailobject.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailobject.h"
diff --git a/modules/other/gail/gailobjectfactory.c b/modules/other/gail/gailobjectfactory.c
index c169baaea5..76901878ff 100644
--- a/modules/other/gail/gailobjectfactory.c
+++ b/modules/other/gail/gailobjectfactory.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailobjectfactory.h"
#include "gailobject.h"
diff --git a/modules/other/gail/gailoptionmenu.c b/modules/other/gail/gailoptionmenu.c
index 0270dbd610..59ae7cd799 100644
--- a/modules/other/gail/gailoptionmenu.c
+++ b/modules/other/gail/gailoptionmenu.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/other/gail/gailpaned.c b/modules/other/gail/gailpaned.c
index 47619aa365..c276c100fb 100644
--- a/modules/other/gail/gailpaned.c
+++ b/modules/other/gail/gailpaned.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailpaned.h"
diff --git a/modules/other/gail/gailpixmap.c b/modules/other/gail/gailpixmap.c
index 2d4ee7c90e..2497c0072d 100644
--- a/modules/other/gail/gailpixmap.c
+++ b/modules/other/gail/gailpixmap.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailpixmap.h"
diff --git a/modules/other/gail/gailprogressbar.c b/modules/other/gail/gailprogressbar.c
index 64328b377f..0523bd0e9d 100644
--- a/modules/other/gail/gailprogressbar.c
+++ b/modules/other/gail/gailprogressbar.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailprogressbar.h"
diff --git a/modules/other/gail/gailradiobutton.c b/modules/other/gail/gailradiobutton.c
index eec80954f4..330dd54a82 100644
--- a/modules/other/gail/gailradiobutton.c
+++ b/modules/other/gail/gailradiobutton.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailradiobutton.h"
diff --git a/modules/other/gail/gailradiomenuitem.c b/modules/other/gail/gailradiomenuitem.c
index 9ac59fe89e..120722b54e 100644
--- a/modules/other/gail/gailradiomenuitem.c
+++ b/modules/other/gail/gailradiomenuitem.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailradiomenuitem.h"
#include "gailradiosubmenuitem.h"
diff --git a/modules/other/gail/gailradiosubmenuitem.c b/modules/other/gail/gailradiosubmenuitem.c
index b139f6bcea..fe837f271b 100644
--- a/modules/other/gail/gailradiosubmenuitem.c
+++ b/modules/other/gail/gailradiosubmenuitem.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailradiosubmenuitem.h"
diff --git a/modules/other/gail/gailrange.c b/modules/other/gail/gailrange.c
index d8d58a9d39..ff260325bc 100644
--- a/modules/other/gail/gailrange.c
+++ b/modules/other/gail/gailrange.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/other/gail/gailrenderercell.c b/modules/other/gail/gailrenderercell.c
index 4430771cc9..5e3aae59d5 100644
--- a/modules/other/gail/gailrenderercell.c
+++ b/modules/other/gail/gailrenderercell.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailrenderercell.h"
diff --git a/modules/other/gail/gailrenderercellfactory.c b/modules/other/gail/gailrenderercellfactory.c
index f7a6aa57b0..90d5fa34fd 100644
--- a/modules/other/gail/gailrenderercellfactory.c
+++ b/modules/other/gail/gailrenderercellfactory.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtkcellrenderer.h>
#include "gailrenderercellfactory.h"
#include "gailrenderercell.h"
diff --git a/modules/other/gail/gailscale.c b/modules/other/gail/gailscale.c
index a29e6324a0..e82ce5b4c4 100644
--- a/modules/other/gail/gailscale.c
+++ b/modules/other/gail/gailscale.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailscale.h"
diff --git a/modules/other/gail/gailscrollbar.c b/modules/other/gail/gailscrollbar.c
index ccba79ab3b..f696cbc30b 100644
--- a/modules/other/gail/gailscrollbar.c
+++ b/modules/other/gail/gailscrollbar.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailscrollbar.h"
diff --git a/modules/other/gail/gailscrolledwindow.c b/modules/other/gail/gailscrolledwindow.c
index 46a5c54a37..49ca6e1a9d 100644
--- a/modules/other/gail/gailscrolledwindow.c
+++ b/modules/other/gail/gailscrolledwindow.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailscrolledwindow.h"
diff --git a/modules/other/gail/gailseparator.c b/modules/other/gail/gailseparator.c
index 4201bdf52e..650e9378f3 100644
--- a/modules/other/gail/gailseparator.c
+++ b/modules/other/gail/gailseparator.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailseparator.h"
diff --git a/modules/other/gail/gailspinbutton.c b/modules/other/gail/gailspinbutton.c
index 84e2133140..2c1589b283 100644
--- a/modules/other/gail/gailspinbutton.c
+++ b/modules/other/gail/gailspinbutton.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailspinbutton.h"
diff --git a/modules/other/gail/gailstatusbar.c b/modules/other/gail/gailstatusbar.c
index be3c113fea..2c36b7a8f2 100644
--- a/modules/other/gail/gailstatusbar.c
+++ b/modules/other/gail/gailstatusbar.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailstatusbar.h"
diff --git a/modules/other/gail/gailsubmenuitem.c b/modules/other/gail/gailsubmenuitem.c
index 337f904e28..b95148d6e1 100644
--- a/modules/other/gail/gailsubmenuitem.c
+++ b/modules/other/gail/gailsubmenuitem.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtk.h>
#include "gailsubmenuitem.h"
diff --git a/modules/other/gail/gailtextcellfactory.c b/modules/other/gail/gailtextcellfactory.c
index b981a7c910..d735684dc3 100644
--- a/modules/other/gail/gailtextcellfactory.c
+++ b/modules/other/gail/gailtextcellfactory.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <gtk/gtkcellrenderertext.h>
#include "gailtextcellfactory.h"
#include "gailtextcell.h"
diff --git a/modules/other/gail/gailtextview.c b/modules/other/gail/gailtextview.c
index 408253b00e..10d81ed896 100644
--- a/modules/other/gail/gailtextview.c
+++ b/modules/other/gail/gailtextview.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
diff --git a/modules/other/gail/gailtogglebutton.c b/modules/other/gail/gailtogglebutton.c
index 1d3c6d3be9..377004d922 100644
--- a/modules/other/gail/gailtogglebutton.c
+++ b/modules/other/gail/gailtogglebutton.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailtogglebutton.h"
diff --git a/modules/other/gail/gailtoplevel.c b/modules/other/gail/gailtoplevel.c
index 48cf6cb006..a9297a7702 100644
--- a/modules/other/gail/gailtoplevel.c
+++ b/modules/other/gail/gailtoplevel.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailtreeview.c b/modules/other/gail/gailtreeview.c
index de275edbda..f71b026c47 100644
--- a/modules/other/gail/gailtreeview.c
+++ b/modules/other/gail/gailtreeview.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
diff --git a/modules/other/gail/gailutil.c b/modules/other/gail/gailutil.c
index 5865f29b1b..bf21217271 100644
--- a/modules/other/gail/gailutil.c
+++ b/modules/other/gail/gailutil.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailwidget.c b/modules/other/gail/gailwidget.c
index afd2138419..b1e48e285a 100644
--- a/modules/other/gail/gailwidget.c
+++ b/modules/other/gail/gailwidget.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#ifdef GDK_WINDOWING_X11
diff --git a/modules/other/gail/gailwindow.c b/modules/other/gail/gailwindow.c
index 904f37191d..14dbdb6cd1 100644
--- a/modules/other/gail/gailwindow.c
+++ b/modules/other/gail/gailwindow.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <string.h>
#include <gtk/gtk.h>
#include "gailwindow.h"
diff --git a/modules/other/gail/libgail-util/gailmisc.c b/modules/other/gail/libgail-util/gailmisc.c
index cd02743a06..8c49a67776 100644
--- a/modules/other/gail/libgail-util/gailmisc.c
+++ b/modules/other/gail/libgail-util/gailmisc.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdlib.h>
#include <gtk/gtk.h>
#include "gailmisc.h"
diff --git a/modules/other/gail/libgail-util/gailtextutil.c b/modules/other/gail/libgail-util/gailtextutil.c
index 66fd9f1156..dc89f77756 100644
--- a/modules/other/gail/libgail-util/gailtextutil.c
+++ b/modules/other/gail/libgail-util/gailtextutil.c
@@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
+#include <config.h>
+
#include <stdlib.h>
#include "gailtextutil.h"