diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:02:41 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 11:02:41 +0000 |
commit | dc35b5ed5e88c96770266588e517d5e17457c8fc (patch) | |
tree | 0272edd588b0422162d6a8a39ab981eb54a01cb5 | |
parent | 9dcddb61dc39d9f4e3f809fda04f3c7cb2ffacfc (diff) | |
download | gtk+-dc35b5ed5e88c96770266588e517d5e17457c8fc.tar.gz |
Fix the build by including gdkconfig.h in gtktextchild.h.
svn path=/trunk/; revision=20542
-rw-r--r-- | gtk/gtktextchild.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h index a60bec4397..6c5096c45d 100644 --- a/gtk/gtktextchild.h +++ b/gtk/gtktextchild.h @@ -31,6 +31,7 @@ #ifndef __GTK_TEXT_CHILD_H__ #define __GTK_TEXT_CHILD_H__ +#include <gdk/gdkconfig.h> #include <glib-object.h> G_BEGIN_DECLS |