summaryrefslogtreecommitdiff
blob: 3fe8cffd906ab11a12d09f8bec3f0f07c28670c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http://bugzilla.gnome.org/show_bug.cgi?id=536767

Makes inkscape and claws-mail buildable again. Basically all packages still using
GtkCList and single included headers.
--- gtk/gtksignal.h.orig	2008-06-12 01:40:59.000000000 -0400
+++ gtk/gtksignal.h	2008-06-11 18:21:47.000000000 -0400
@@ -29,7 +29,9 @@
 #ifndef __GTK_SIGNAL_H__
 #define __GTK_SIGNAL_H__
 
-#include <gtk/gtk.h>
+#include <gtk/gtkenums.h>
+#include <gtk/gtktypeutils.h>
+#include <gtk/gtkobject.h>
 #include <gtk/gtkmarshal.h>
 
 G_BEGIN_DECLS