summaryrefslogtreecommitdiff
path: root/converters/wv2/patches/patch-src_olestream_h
blob: 1a92a4208b47b67dfeb95b73756f0a14cf915838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_olestream_h,v 1.1 2012/05/06 20:08:43 dholland Exp $

Fix build with latest glib2.

--- src/olestream.h~	2006-06-12 16:40:11.000000000 +0000
+++ 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 {