summaryrefslogtreecommitdiffstats
path: root/gtk-sharp/glib-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-sharp/glib-include.patch')
-rw-r--r--gtk-sharp/glib-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk-sharp/glib-include.patch b/gtk-sharp/glib-include.patch
new file mode 100644
index 000000000..ad082c049
--- /dev/null
+++ b/gtk-sharp/glib-include.patch
@@ -0,0 +1,12 @@
+diff -uNr gtk-sharp-2.12.11.old/glib/glue/thread.c gtk-sharp-2.12.11/glib/glue/thread.c
+--- gtk-sharp-2.12.11.old/glib/glue/thread.c 2011-07-27 15:18:59.000000000 -0400
++++ gtk-sharp-2.12.11/glib/glue/thread.c 2011-10-23 19:03:37.427051642 -0400
+@@ -20,7 +20,7 @@
+ */
+
+
+-#include <glib/gthread.h>
++#include <glib.h>
+
+ gboolean glibsharp_g_thread_supported (void);
+