diff options
Diffstat (limited to 'src/mman')
-rw-r--r-- | src/mman/posix_madvise.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mman/posix_madvise.c b/src/mman/posix_madvise.c index b76f1a75..e5e5acb8 100644 --- a/src/mman/posix_madvise.c +++ b/src/mman/posix_madvise.c @@ -1,5 +1,6 @@ #define _GNU_SOURCE #include <sys/mman.h> +#include "syscall.h" int posix_madvise(void *addr, size_t len, int advice) { |