summaryrefslogtreecommitdiff
path: root/misc/megatunix/glib-single-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'misc/megatunix/glib-single-include.patch')
-rw-r--r--misc/megatunix/glib-single-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/megatunix/glib-single-include.patch b/misc/megatunix/glib-single-include.patch
new file mode 100644
index 0000000000..75d4b034f6
--- /dev/null
+++ b/misc/megatunix/glib-single-include.patch
@@ -0,0 +1,13 @@
+Index: megatunix-0.9.23/msloader/mtxloader.c
+===================================================================
+--- megatunix-0.9.23.orig/msloader/mtxloader.c
++++ megatunix-0.9.23/msloader/mtxloader.c
+@@ -5,7 +5,7 @@
+ #include <getfiles.h>
+ #include <gtk/gtk.h>
+ #include <glib/gstdio.h>
+-#include <glib/gstring.h>
++#include <glib.h>
+ #include <loader_common.h>
+ #include <ms1_loader.h>
+ #include <ms2_loader.h>