diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-26 21:02:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-26 21:02:05 +0000 |
commit | cb6de654ba5108e6591f7c7601d03a59019979f7 (patch) | |
tree | 9936370dc5a5b803698b387898fefaec06ce8958 /test-mmap.c | |
parent | bca9ab3d1a3ad076f577925a00bd6e071bb97408 (diff) | |
download | mandoc-cb6de654ba5108e6591f7c7601d03a59019979f7.tar.gz |
OpenBSD needs sys/types for mmap... oops...
Diffstat (limited to 'test-mmap.c')
-rw-r--r-- | test-mmap.c | 1 |
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 |