diff options
Diffstat (limited to 'lib/libc/mman/munlock.c')
| -rw-r--r-- | lib/libc/mman/munlock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/mman/munlock.c b/lib/libc/mman/munlock.c index 2d62c032..4e1901ef 100644 --- a/lib/libc/mman/munlock.c +++ b/lib/libc/mman/munlock.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_munlock + + #include <stddef.h> // for size_t #include <syscall.h> // for __syscall_2, syscall |
