aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-gtk_gtksignal.h')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_gtksignal.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
new file mode 100644
index 000000000000..c687dec4009b
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h
@@ -0,0 +1,13 @@
+--- 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