commit | 1c47cb16517914144d5b29ac1a67f6d720e7e52e | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Tue Mar 30 19:27:34 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Tue Mar 30 19:27:34 2010 +0000 |
tree | 0e0c412a35439a110b058c520962aeb6d48b9fbd | |
parent | 2ae144c9cc6e8f7732a66c510899958d003d695e [diff] [blame] |
Add missing #include needed for madvise() on OpenBSD Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/arch_init.c b/arch_init.c index 171e21c..cfc03ea 100644 --- a/arch_init.c +++ b/arch_init.c
@@ -24,6 +24,7 @@ #include <stdint.h> #include <stdarg.h> #ifndef _WIN32 +#include <sys/types.h> #include <sys/mman.h> #endif #include "config.h"