summary refs log tree commit diff
path: root/pkgs/tools/misc/wv2/fix-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/wv2/fix-include.patch')
-rw-r--r--pkgs/tools/misc/wv2/fix-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/tools/misc/wv2/fix-include.patch b/pkgs/tools/misc/wv2/fix-include.patch
new file mode 100644
index 000000000000..df34d24af942
--- /dev/null
+++ b/pkgs/tools/misc/wv2/fix-include.patch
@@ -0,0 +1,12 @@
+From: http://sourceforge.net/tracker/?func=detail&aid=3544851&group_id=10501&atid=110501
+--- a/src/olestream.h
++++ b/src/olestream.h
+@@ -23,7 +23,7 @@
+ #include "global.h"  // U8,... typedefs
+ #include <stack>
+ 
+-#include <glib/giochannel.h> // GSeekType
++#include <glib.h> // GSeekType
+ 
+ namespace wvWare {
+