13 lines
407 B
Diff
13 lines
407 B
Diff
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
|