diff options
Diffstat (limited to 'lib/libc/mman/munlockall.c')
| -rw-r--r-- | lib/libc/mman/munlockall.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/mman/munlockall.c b/lib/libc/mman/munlockall.c index c7f9c8d2..ecf9ddbc 100644 --- a/lib/libc/mman/munlockall.c +++ b/lib/libc/mman/munlockall.c @@ -1,5 +1,6 @@ -#include <syscall.h> -#include <sys/mman.h> +#include "asm/unistd_64.h" // for __NR_munlockall + +#include <syscall.h> // for __syscall_0, syscall int munlockall(void) { |
