blob: 4c5e1e51bee7062e38aac077f6aaecce1de2e82c (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|