diff options
Diffstat (limited to 'devel/libbobcat/files/patch-sharedmemory-sharedmemory')
-rw-r--r-- | devel/libbobcat/files/patch-sharedmemory-sharedmemory | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-sharedmemory-sharedmemory b/devel/libbobcat/files/patch-sharedmemory-sharedmemory new file mode 100644 index 000000000000..68fd1433ab04 --- /dev/null +++ b/devel/libbobcat/files/patch-sharedmemory-sharedmemory @@ -0,0 +1,13 @@ +--- sharedmemory/sharedmemory.orig 2013-11-22 08:50:45.000000000 +0100 ++++ sharedmemory/sharedmemory 2013-11-27 14:38:27.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_SHAREDMEMORY_ + #define INCLUDED_BOBCAT_SHAREDMEMORY_ + ++#ifdef __FreeBSD__ ++#include <stdio.h> ++#endif ++ + #include <ios> + + #include <bobcat/fswap> |