Skip to content
Snippets Groups Projects
Commit 1c47cb16 authored by Blue Swirl's avatar Blue Swirl
Browse files

Add missing #include needed for madvise() on OpenBSD


Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent 2ae144c9
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdarg.h>
#ifndef _WIN32
#include <sys/types.h>
#include <sys/mman.h>
#endif
#include "config.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment