summaryrefslogtreecommitdiff
path: root/modules/other
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 /modules/other
parentb0702a91ad52abf0d7023b6f7e0f34148a0a3606 (diff)
downloadgdk-pixbuf-563ee17a914505d108a8b9b8c9a8574dfcafd75c.tar.gz
Include <config.h>. Bug #504720.
svn path=/trunk/; revision=19228
Diffstat (limited to 'modules/other')
-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
63 files changed, 126 insertions, 0 deletions
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c
index 3fcbd4c21..3f3126023 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 0e1f58fce..a22aa9f6c 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 5f712340f..bece54bb7 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 553fea76d..3a4741649 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 30f11d254..fb003a7b2 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 2c03db0e0..80c674b69 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 04cfefcf8..86ce14c71 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 efc91646c..1d739b8be 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 0bc72bd6d..32f922743 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 6099c0bcd..5ca6bb29a 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 9163d9b11..362562d4c 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 b894e6f23..0bcf755a5 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 3e1e81d54..1c624c8f4 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 814497058..3ad9da23c 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 974d12dd2..d96eef233 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 0a52fa8a9..6b90cbfcd 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 bc1e3b662..aa7bc102b 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 7fd38bd67..d85f153f8 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 0b817ea1b..8529f9dc2 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 e12fd9c26..a68e98638 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 98486f2c8..ad82be6e5 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 8cdbe4787..ed988a1f5 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 19808aa68..596d045f2 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 8d23e92c3..135aff987 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 eb45ae281..180cb1c73 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 fa5944b54..f59842b58 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 77c4b92e6..e336e811e 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 b7292d8e8..7306b4c9b 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 36b6c1380..f912fb463 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 15d5589ab..24097e6ed 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 89b023f80..d18a115ef 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 6bf211ca8..34ff98b54 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 0dbe660db..8ffffd8fb 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 9db9b7e11..2bb3a5ed4 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 ed8eb7bc9..890195a2a 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 c169baaea..76901878f 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 0270dbd61..59ae7cd79 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 47619aa36..c276c100f 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 2d4ee7c90..2497c0072 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 64328b377..0523bd0e9 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 eec80954f..330dd54a8 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 9ac59fe89..120722b54 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 b139f6bce..fe837f271 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 d8d58a9d3..ff260325b 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 4430771cc..5e3aae59d 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 f7a6aa57b..90d5fa34f 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 a29e6324a..e82ce5b4c 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 ccba79ab3..f696cbc30 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 46a5c54a3..49ca6e1a9 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 4201bdf52..650e9378f 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 84e213314..2c1589b28 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 be3c113fe..2c36b7a8f 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 337f904e2..b95148d6e 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 b981a7c91..d735684dc 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 408253b00..10d81ed89 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 1d3c6d3be..377004d92 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 48cf6cb00..a9297a770 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 de275edbd..f71b026c4 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 5865f29b1..bf2121727 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 afd213841..b1e48e285 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 904f37191..14dbdb6cd 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 cd02743a0..8c49a6777 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 66fd9f115..dc89f7775 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"