ports/devel/libbobcat/files/patch-sharedmemory-sharedmemory
Gabor Pali 21071c5ef5 - Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:17:03 +00:00

13 lines
327 B
Text

--- 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>