summary refs log tree commit diff
path: root/pkgs/tools/misc/wv2/fix-include.patch
blob: df34d24af942446390045d7bb0bf1038eb18422e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 {