summaryrefslogtreecommitdiffstats
path: root/test-mmap.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 21:02:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 21:02:05 +0000
commitcb6de654ba5108e6591f7c7601d03a59019979f7 (patch)
tree9936370dc5a5b803698b387898fefaec06ce8958 /test-mmap.c
parentbca9ab3d1a3ad076f577925a00bd6e071bb97408 (diff)
downloadmandoc-cb6de654ba5108e6591f7c7601d03a59019979f7.tar.gz
OpenBSD needs sys/types for mmap... oops...
Diffstat (limited to 'test-mmap.c')
-rw-r--r--test-mmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mmap.c b/test-mmap.c
index 87596e3f..db8fd873 100644
--- a/test-mmap.c
+++ b/test-mmap.c
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <sys/mman.h>
int