summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:05:00 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:05:00 +0000
commitac13b9a60de5a1e4e5b62120f464afebe86df08e (patch)
tree362152760416394e55f9cfd4da661ceedb5e2b2f /gtk
parent6867021640e418d4115963a869ae3e15d752513a (diff)
downloadgtk+-ac13b9a60de5a1e4e5b62120f464afebe86df08e.tar.gz
Add gdkconfig.h include to GtkBuilder for GSEAL macro.
svn path=/trunk/; revision=20568
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkbuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkbuilder.h b/gtk/gtkbuilder.h
index 1ed20f9564..9225477bf8 100644
--- a/gtk/gtkbuilder.h
+++ b/gtk/gtkbuilder.h
@@ -25,6 +25,7 @@
#ifndef __GTK_BUILDER_H__
#define __GTK_BUILDER_H__
+#include <gdk/gdkconfig.h>
#include <glib-object.h>
G_BEGIN_DECLS