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 | f1dd272735279442dc54ebddfd0371d3f7ca67b9 (patch) | |
| tree | 61daf5314e75be2f8c8ad08508fd65f4ca008a34 | |
| parent | f241326688a1194c7487ac998177f9f7aa5ac406 (diff) | |
| download | mandoc-f1dd272735279442dc54ebddfd0371d3f7ca67b9.tar.gz mandoc-f1dd272735279442dc54ebddfd0371d3f7ca67b9.zip | |
OpenBSD needs sys/types for mmap... oops...
| -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 |
