diff options
Diffstat (limited to 'graphics/gnash/files/patch-libbase_IOChannel.h')
-rw-r--r-- | graphics/gnash/files/patch-libbase_IOChannel.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase_IOChannel.h b/graphics/gnash/files/patch-libbase_IOChannel.h new file mode 100644 index 000000000000..9ed8f16abfdf --- /dev/null +++ b/graphics/gnash/files/patch-libbase_IOChannel.h @@ -0,0 +1,12 @@ +$NetBSD: patch-libbase_IOChannel.h,v 1.1 2013/08/31 14:52:14 joerg Exp $ + +--- libbase/IOChannel.h.orig 2013-08-31 11:55:31.000000000 +0000 ++++ libbase/IOChannel.h +@@ -24,6 +24,7 @@ + #include <string> + #include <boost/cstdint.hpp> // for boost int types + #include <iosfwd> ++#include <ios> + + #include "dsodefs.h" // DSOEXPORT + #include "GnashException.h" // for IOException inheritance |