From f1dd272735279442dc54ebddfd0371d3f7ca67b9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 26 May 2011 21:02:05 +0000 Subject: OpenBSD needs sys/types for mmap... oops... --- test-mmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test-mmap.c') 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 #include int -- cgit v1.2.3