diff options
Diffstat (limited to 'src/mman')
-rw-r--r-- | src/mman/mprotect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mman/mprotect.c b/src/mman/mprotect.c index 5ab2d8b0..f488486d 100644 --- a/src/mman/mprotect.c +++ b/src/mman/mprotect.c @@ -1,5 +1,5 @@ #include <sys/mman.h> -#include <limits.h> +#include "libc.h" #include "syscall.h" int mprotect(void *addr, size_t len, int prot) |