From 47009e1e1c6b721c38b5ffa2eeb9202fb8db298a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 11 Apr 2012 16:01:29 -0400 Subject: mmap64: include stdint.h for uint64_t Some targets include this implicitly, but pull it in explicitly for those which don't to fix building for them. Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/common/mmap64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc') 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 +#include #include #include #include -- cgit v1.2.3