mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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
|