aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/glib-include-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvm-libs/glib-include-path.patch')
-rw-r--r--community/gvm-libs/glib-include-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gvm-libs/glib-include-path.patch b/community/gvm-libs/glib-include-path.patch
new file mode 100644
index 0000000000..fb2bd9a9ed
--- /dev/null
+++ b/community/gvm-libs/glib-include-path.patch
@@ -0,0 +1,13 @@
+diff --git a/base/pidfile.h b/base/pidfile.h
+index ee0e3e3..2ea781b 100644
+--- a/base/pidfile.h
++++ b/base/pidfile.h
+@@ -25,7 +25,7 @@
+ #ifndef _GVM_PIDFILE_H
+ #define _GVM_PIDFILE_H
+
+-#include <glib.h>
++#include <glib-2.0/glib.h>
+
+ int
+ pidfile_create (gchar *);