diff options
Diffstat (limited to 'lib/libc/mman/posix_madvise.c')
| -rw-r--r-- | lib/libc/mman/posix_madvise.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/mman/posix_madvise.c b/lib/libc/mman/posix_madvise.c index e81c6712..6e9243ca 100644 --- a/lib/libc/mman/posix_madvise.c +++ b/lib/libc/mman/posix_madvise.c @@ -1,5 +1,7 @@ -#include "asm/unistd_64.h" // for __NR_madvise + + +#include <stddef.h> #include <sys/mman.h> // for posix_madvise, size_t #include <syscall.h> // for __syscall_3, syscall |
