summaryrefslogtreecommitdiff
path: root/modules/other/gail/libgail-util
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/gail/libgail-util
parentb0702a91ad52abf0d7023b6f7e0f34148a0a3606 (diff)
downloadgdk-pixbuf-563ee17a914505d108a8b9b8c9a8574dfcafd75c.tar.gz
Include <config.h>. Bug #504720.
svn path=/trunk/; revision=19228
Diffstat (limited to 'modules/other/gail/libgail-util')
-rw-r--r--modules/other/gail/libgail-util/gailmisc.c2
-rw-r--r--modules/other/gail/libgail-util/gailtextutil.c2
2 files changed, 4 insertions, 0 deletions
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"