diff --git a/src/os.c b/src/os.c index bee5ac64..6c2a18dd 100644 --- a/src/os.c +++ b/src/os.c @@ -22,6 +22,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