freebsd-ports/databases/metakit/files/patch-aa
Chris D. Faulhaber b6d7f3e65c METAKIT is a curious mix of flatfile, relational and OODBMS
features with a small footprint and a big following.

PR:		15705
Submitted by:	Russell L. Carter <rcarter@pinyon.org>
2000-01-05 03:41:19 +00:00

11 lines
281 B
Text

diff -ur ./src/fileio.cpp ../metakit-2.0.new/src/fileio.cpp
--- ../src/fileio.cpp Tue Dec 14 05:05:54 1999
+++ ../metakit-2.0.new/src/fileio.cpp Sat Dec 25 20:19:15 1999
@@ -14,6 +14,7 @@
#endif
#if q4_UNIX && HAVE_MMAP
+#include <sys/types.h>
#include <sys/mman.h>
#endif