aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-mmap.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-05 16:00:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-05 16:00:37 +0000
commit0e27d756b3f5d462596f672962648c6386d92c69 (patch)
tree29bc2c94cffc9695bc01584caa76115f13570e5c /test-mmap.c
parent41d41cacf7c2695a55819aa5fa7e98e8cda631b5 (diff)
downloadmandoc-0e27d756b3f5d462596f672962648c6386d92c69.tar.gz
mandoc-0e27d756b3f5d462596f672962648c6386d92c69.tar.zst
mandoc-0e27d756b3f5d462596f672962648c6386d92c69.zip
NULL is in <stddef.h>; found on Linux
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 7fb2f973..c322a34d 100644
--- a/test-mmap.c
+++ b/test-mmap.c
@@ -1,5 +1,6 @@
#include <sys/types.h>
#include <sys/mman.h>
+#include <stddef.h>
int
main(void)