diff options
Diffstat (limited to 'devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf')
-rw-r--r-- | devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf b/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf new file mode 100644 index 000000000000..e8db2a42b26d --- /dev/null +++ b/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf @@ -0,0 +1,13 @@ +--- ofdstreambuf/ofdstreambuf.orig 2013-11-13 11:44:53.000000000 +0100 ++++ ofdstreambuf/ofdstreambuf 2013-11-27 14:45:13.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_OFDSTREAMBUF_ + #define INCLUDED_BOBCAT_OFDSTREAMBUF_ + ++#ifdef __FreeBSD__ ++#include <stdio.h> ++#endif ++ + #include <streambuf> + + namespace FBB |