diff options
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r-- | gtk/gtklayout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index d9743c63ef..0d2e6bcf54 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -35,10 +35,11 @@ #ifndef __GTK_LAYOUT_H__ #define __GTK_LAYOUT_H__ -#include <gdk/gdk.h> + #include <gtk/gtkcontainer.h> #include <gtk/gtkadjustment.h> + G_BEGIN_DECLS #define GTK_TYPE_LAYOUT (gtk_layout_get_type ()) |