summaryrefslogtreecommitdiff
path: root/development/mono-debugger/glib-single-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/mono-debugger/glib-single-include.patch')
-rw-r--r--development/mono-debugger/glib-single-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/mono-debugger/glib-single-include.patch b/development/mono-debugger/glib-single-include.patch
new file mode 100644
index 0000000000..4c5e1e51be
--- /dev/null
+++ b/development/mono-debugger/glib-single-include.patch
@@ -0,0 +1,12 @@
+Index: mono-debugger-2.10/sysdeps/server/breakpoints.c
+===================================================================
+--- mono-debugger-2.10.orig/sysdeps/server/breakpoints.c
++++ mono-debugger-2.10/sysdeps/server/breakpoints.c
+@@ -1,6 +1,6 @@
+ #include <server.h>
+ #include <breakpoints.h>
+-#include <glib/gthread.h>
++#include <glib.h>
+ #include <sys/stat.h>
+ #include <signal.h>
+ #ifdef HAVE_UNISTD_H