mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
13 lines
310 B
Text
13 lines
310 B
Text
--- sharedmemory/sharedmemory.orig 2014-06-04 06:31:09 UTC
|
|
+++ sharedmemory/sharedmemory
|
|
@@ -1,6 +1,10 @@
|
|
#ifndef INCLUDED_BOBCAT_SHAREDMEMORY_
|
|
#define INCLUDED_BOBCAT_SHAREDMEMORY_
|
|
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#include <cstdio>
|
|
+#endif
|
|
+
|
|
#include <ios>
|
|
|
|
#include <bobcat/fswap>
|