Add missing #include needed for madvise() on OpenBSD

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-03-30 19:27:34 +00:00
parent 2ae144c9cc
commit 1c47cb1651
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdarg.h>
#ifndef _WIN32
#include <sys/types.h>
#include <sys/mman.h>
#endif
#include "config.h"