mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
13 lines
327 B
Text
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>
|