diff --git a/src/os.c b/src/os.c index d7fb38f9..9349019d 100644 --- a/src/os.c +++ b/src/os.c @@ -21,6 +21,9 @@ terms of the MIT license. A copy of the license can be found in the file #else #include // mmap #include // sysconf +#if defined(__linux__) +#include // linux mmap flags +#endif #if defined(__APPLE__) #include #endif