diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/mmap64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/mmap64.c b/libc/sysdeps/linux/common/mmap64.c index 3c97c846a..cebf9610f 100644 --- a/libc/sysdeps/linux/common/mmap64.c +++ b/libc/sysdeps/linux/common/mmap64.c @@ -10,6 +10,7 @@ #ifdef __UCLIBC_HAS_LFS__ #include <errno.h> +#include <stdint.h> #include <unistd.h> #include <sys/mman.h> #include <sys/syscall.h> |