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