]> Pileus Git - ~andy/gtk/commitdiff
Include <config.h>. Bug #504720.
authorChristian Persch <chpe@src.gnome.org>
Sun, 23 Dec 2007 12:27:33 +0000 (12:27 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 23 Dec 2007 12:27:33 +0000 (12:27 +0000)
svn path=/trunk/; revision=19228

64 files changed:
ChangeLog
modules/other/gail/gail.c
modules/other/gail/gailadjustment.c
modules/other/gail/gailarrow.c
modules/other/gail/gailbooleancell.c
modules/other/gail/gailbooleancellfactory.c
modules/other/gail/gailbox.c
modules/other/gail/gailbutton.c
modules/other/gail/gailcalendar.c
modules/other/gail/gailcell.c
modules/other/gail/gailcellparent.c
modules/other/gail/gailcheckmenuitem.c
modules/other/gail/gailchecksubmenuitem.c
modules/other/gail/gailclist.c
modules/other/gail/gailclistcell.c
modules/other/gail/gailcombo.c
modules/other/gail/gailcombobox.c
modules/other/gail/gailcontainer.c
modules/other/gail/gailcontainercell.c
modules/other/gail/gailentry.c
modules/other/gail/gailexpander.c
modules/other/gail/gailframe.c
modules/other/gail/gailhtmlbox.c
modules/other/gail/gailhtmlboxblock.c
modules/other/gail/gailhtmlboxembedded.c
modules/other/gail/gailhtmlboxtext.c
modules/other/gail/gailimagecell.c
modules/other/gail/gailimagecellfactory.c
modules/other/gail/gailitem.c
modules/other/gail/gaillabel.c
modules/other/gail/gaillist.c
modules/other/gail/gailmenu.c
modules/other/gail/gailmenushell.c
modules/other/gail/gailnotebook.c
modules/other/gail/gailnotebookpage.c
modules/other/gail/gailobject.c
modules/other/gail/gailobjectfactory.c
modules/other/gail/gailoptionmenu.c
modules/other/gail/gailpaned.c
modules/other/gail/gailpixmap.c
modules/other/gail/gailprogressbar.c
modules/other/gail/gailradiobutton.c
modules/other/gail/gailradiomenuitem.c
modules/other/gail/gailradiosubmenuitem.c
modules/other/gail/gailrange.c
modules/other/gail/gailrenderercell.c
modules/other/gail/gailrenderercellfactory.c
modules/other/gail/gailscale.c
modules/other/gail/gailscrollbar.c
modules/other/gail/gailscrolledwindow.c
modules/other/gail/gailseparator.c
modules/other/gail/gailspinbutton.c
modules/other/gail/gailstatusbar.c
modules/other/gail/gailsubmenuitem.c
modules/other/gail/gailtextcellfactory.c
modules/other/gail/gailtextview.c
modules/other/gail/gailtogglebutton.c
modules/other/gail/gailtoplevel.c
modules/other/gail/gailtreeview.c
modules/other/gail/gailutil.c
modules/other/gail/gailwidget.c
modules/other/gail/gailwindow.c
modules/other/gail/libgail-util/gailmisc.c
modules/other/gail/libgail-util/gailtextutil.c

index 521ec08875ee40f014eab7a5278584ffd9c31a38..bac2fa25db0d8d3e8ac3e16465bc5d358d0bd669 100644 (file)
--- 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>
index 3fcbd4c211917fe45c200d38a10e316e14ae61ed..3f3126023e165eeb0d4ec03e6fd2e8cbc4cc97e4 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <atk/atk.h>
index 0e1f58fce0a143ab2b32a6d3a4a7baf75126bb4a..a22aa9f6c1d45c4f90d8244eda6c89b78044759f 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailadjustment.h"
index 5f712340fa1deb6c8d5e7bcaae09c239395fd77a..bece54bb79df4fc47231a8da3bd4a031eacdd341 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailarrow.h"
 
index 553fea76dc65979571a9371c878b4e361d339540..3a474164927d4e51157445a7fa2f49c3f4443991 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailbooleancell.h"
 
index 30f11d2548874e0809798046a5b168602c5b8694..fb003a7b2600755196966a7bdfb12c029899db38 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtkcellrenderertoggle.h>
 #include "gailbooleancellfactory.h"
 #include "gailbooleancell.h"
index 2c03db0e057fbf40de605c8ca9413197ca85e6db..80c674b69fd5afa9d2d0c6fdc65ceffa3db65a0b 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailbox.h"
 
index 04cfefcf800e1fc79e2bd2dfd879f549c519d05e..86ce14c71bf9e4500790695688a71a5c7291ee15 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
index efc91646c041685a7376124ecc7dc9353a5955f7..1d739b8be9e2f67981c88d7a927dd4b6bcc6ff57 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailcalendar.h"
 
index 0bc72bd6d3ca29d63d1366e477fb6481b9a580ce..32f922743e1164b65e0fd182862bcda814e9f426 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <gtk/gtk.h>
 #include "gailcontainercell.h"
index 6099c0bcdedd1f0e8a7932019f576c0d0c1dae3b..5ca6bb29a8599814ae3ce74fb9efcd276f665163 100644 (file)
@@ -18,6 +18,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtkwidget.h>
 #include "gailcellparent.h"
 
index 9163d9b11731c82884ab3b438caa8b6cd743da9b..362562d4caf3701925fd9cce723b5ff0698e913c 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailcheckmenuitem.h"
index b894e6f237544b1cc2dd942b304f99c37cd8a043..0bcf755a50a8f4a42097e0288c0a26c082a58e58 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailchecksubmenuitem.h"
index 3e1e81d5497fb20362eef41cb453420a6262a17f..1c624c8f43345bd1557eaa573ab78d8560742388 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include <stdio.h>
 #include "gailclist.h"
index 814497058d7987657db093d4d4e5f9d21e2ab21c..3ad9da23c1234182565e7f80f657dfd0f6ea96dd 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailclistcell.h"
 
index 974d12dd234a5ecfb6225037005aa0714bd01ce4..d96eef233f08612e78bb65934225ab5cedcdd36d 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailcombo.h"
 
index 0a52fa8a9a0b6cc04ce55efb54060ff196e766e7..6b90cbfcde5320611efc3f7195aab37ce7cf7496 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #include "gailcombobox.h"
index bc1e3b6620adeaade980f87917ad75162085387e..aa7bc102b6e59590a1316f8c07b442546d2bf256 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailcontainer.h"
 
index 7fd38bd675bc7bca61fbd3c4d1aafa7e0f4d393a..d85f153f82b7d4ab68891406e558cc0d93e78759 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailcontainercell.h"
 
index 0b817ea1b33ceb547fb9eb377f9da23f9d423bba..8529f9dc2f172c11b5715ff8df86a57c25b4e8aa 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
index e12fd9c26690e73216c513a91950137be7661af2..a68e98638857d346605c3b5f454d7d4959d59212 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
index 98486f2c82cbd9f7ac6c7cf419835387ee8f97ec..ad82be6e56b9092f0a6021a6154ac699e556fe8f 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailframe.h"
index 8cdbe4787d38cb6cf28a54429950267a350db028..ed988a1f52453023f59fdd50e2dea2252155765c 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailhtmlbox.h"
 #include "gailhtmlview.h"
index 19808aa68f314d3fe76dad4c8d904b9e831bc250..596d045f22e64a9375ca1b37e43c239afb3aad41 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <libgtkhtml/gtkhtml.h>
 #include "gailhtmlboxblock.h"
 
index 8d23e92c32ec26d7382eab0f4a295ec0a0dd58f7..135aff9871edbab414fe7c9b5ca160982430b2f7 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <libgtkhtml/gtkhtml.h>
 #include "gailhtmlboxembedded.h"
 
index eb45ae2817c77265b0c881481d26487ff94bce38..180cb1c7359e71fb543cf9aec71a60fe108b0af4 100644 (file)
@@ -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);
index fa5944b54717b9308ce71f637b0f8a9fe0b3be41..f59842b584b21baa31f7646fdf4e55d32964150e 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailimagecell.h"
 
index 77c4b92e6bcaf505eb6d4f2f62de668083814d37..e336e811ed7e802b8a72bb012e651f4206ea8bc3 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtkcellrendererpixbuf.h>
 #include "gailimagecellfactory.h"
 #include "gailimagecell.h"
index b7292d8e84fcd858fe903ac0d1f390043acfeea2..7306b4c9b732d82747416cc9e39890f6f6ec809a 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailitem.h"
index 36b6c1380b598f8a463c620a841fe7f5a95445fe..f912fb463cd3cc21a273fd95345108fb9cd03d68 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gaillabel.h"
index 15d5589ab849f03796ef52a844e33e5aba9dcf2b..24097e6ed0b6dc1d40ed991299e21939615b2a33 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gaillist.h"
 #include "gailcombo.h"
index 89b023f80d0fab3fd625a068d6328b92d620d4a0..d18a115ef684e3e90e68acfc34b37aeded6a38bb 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtkmenu.h>
 #include <gtk/gtkmenuitem.h>
 #include <gtk/gtkoptionmenu.h>
index 6bf211ca84d483c4c97c2073a9f7c18c8029b3d1..34ff98b5433c910e6e731e550bef91fe61ec8b78 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailmenushell.h"
 
index 0dbe660db7c181822aaea9f548f7c7c60c367dba..8ffffd8fb4d1544bfde768018d138af615fa034d 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailnotebook.h"
index 9db9b7e11fbd01efa7481d0b648de9a2c85d4ae8..2bb3a5ed4195739c19da02562884312c48eccda4 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailnotebookpage.h"
index ed8eb7bc95f8a68b1f785177e5ab34d31b40fe14..890195a2a125484eb8e23149fccdd40e086ad868 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailobject.h"
 
index c169baaea5b04fea5fbd9cd0e4bb0cb318ea244e..76901878ffd1f6f8b1ef59542828f283f707a703 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailobjectfactory.h"
 #include "gailobject.h"
index 0270dbd610be8a8ae8c8992b52d98892b6aa0cbb..59ae7cd7999b76769a7dcafa353503d3e613729c 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
index 47619aa36556a347bf210ec6a0c40f7446577428..c276c100fb9c0482a0c29d4f22f51c7735229ce9 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailpaned.h"
index 2d4ee7c90e4e88a28637d89987d61a8a47c4ef8b..2497c0072d6c05b8222048772af97b5511e252a4 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailpixmap.h"
 
index 64328b377f9f5b37bab4c36905ff036805f8b7f3..0523bd0e9d5e4a2a37f0433ff0e8cdfb9bc37b5d 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailprogressbar.h"
index eec80954f435a63c4a60830f0c855fedad5cf7eb..330dd54a82510f4db8c74218b8a77f9d2abf98dc 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailradiobutton.h"
 
index 9ac59fe89e8edff79c8139945354fbea15a0a208..120722b54ea2a5f88258bbd2ed09fb4cbbeda409 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailradiomenuitem.h"
 #include "gailradiosubmenuitem.h"
index b139f6bcea55151e88aa238ed97f6da46c538f14..fe837f271b11cd1b1ecbf78dd3e196eefca37531 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailradiosubmenuitem.h"
 
index d8d58a9d397341558a2339f0447fee370d245688..ff260325bcd125e266d32347b0bc9f5def218744 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
index 4430771cc98f47fad5b995283d9858792348c53f..5e3aae59d55e7e0a14cfc6fe1fedc989a31ca5e3 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailrenderercell.h"
 
index f7a6aa57b08877f5e171ee789b0a496fa9ec3a26..90d5fa34fd8df3bf315536a356a6063f79f30167 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtkcellrenderer.h>
 #include "gailrenderercellfactory.h"
 #include "gailrenderercell.h"
index a29e6324a00eceb49c6c25ae43b06a8c5704c26f..e82ce5b4c4b5d863738eb0c8170f05fffaf27197 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailscale.h"
index ccba79ab3b1abec4f22b0e67e754c2fddb96e813..f696cbc30b075c97c89c712fffbae2149b017550 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailscrollbar.h"
 
index 46a5c54a377e03969a99017bb352ceb2be9405ec..49ca6e1a9d490e40ffdcd0ad91f138c59a1a4952 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailscrolledwindow.h"
index 4201bdf52eaa297fde1aa951c0d00dce4356cb66..650e9378f3d5339ebe57f6e6634ab49e21048c9f 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailseparator.h"
 
index 84e2133140ec66a4fdc9b2641d88305c4d209af3..2c1589b283a72151f18603fe062ed000935f9264 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailspinbutton.h"
index be3c113feab55ca4e2d4a9c9c5d9ce879e72c4f5..2c36b7a8f223905dc3a29dfc177c16bcbeecb91f 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailstatusbar.h"
index 337f904e28ba91009f07cbe5c9303c40bdd83b28..b95148d6e174ddc67f6cfee876965133da2bf283 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtk.h>
 #include "gailsubmenuitem.h"
 
index b981a7c91025f7dfbe125b2e296b9a2e5cf2b73f..d735684dc356e025e08a8c2ef7f6bd4331420839 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <gtk/gtkcellrenderertext.h>
 #include "gailtextcellfactory.h"
 #include "gailtextcell.h"
index 408253b00e07126511f39a2182c9ecafbf275dde..10d81ed8968624512091fb1b80bb7d59672b56dc 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <sys/types.h>
 #include <unistd.h>
 #include <string.h>
index 1d3c6d3be9b42928aa8208f8d4bb745d797247c4..377004d922077a7e9b48c1018c36bfc7741505cb 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailtogglebutton.h"
index 48cf6cb00690e0fae42f45e663cabc5011f50d44..a9297a770263c4c30913c613f37aff81af9f1ec4 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <string.h>
 #include <gtk/gtk.h>
index de275edbdaf5b44801bae92a89e731ec4a7a2064..f71b026c47c64f53321a1afb8c3f5ca30b61685f 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #ifdef GDK_WINDOWING_X11
index 5865f29b1becc94881da54d6cf6813e87fc018d0..bf2121727156708b106d25e8fcbf2b72718500bf 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <string.h>
 #include <gtk/gtk.h>
index afd21384190db21cf703f1535259df0cdc4623d9..b1e48e285acbbaaf1d7018185660726432b66ea7 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #ifdef GDK_WINDOWING_X11
index 904f37191dcd7bbddc83dd5a183147a54719ce21..14dbdb6cd145b4a3ad0d22c932fc493ba4589958 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gailwindow.h"
index cd02743a0661d2799187f99047a382652963c0c0..8c49a67776e5e87da9b0e1407aaba1418cda0380 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <gtk/gtk.h>
 #include "gailmisc.h"
index 66fd9f115663beb56de362555cfb5ab94d8f762c..dc89f777566102688b62c7dc0907825c44c20cad 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
+
 #include <stdlib.h>
 #include "gailtextutil.h"