OSDN Git Service

mmap64: include stdint.h for uint64_t
authorMike Frysinger <vapier@gentoo.org>
Wed, 11 Apr 2012 20:01:29 +0000 (16:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 11 Apr 2012 20:06:29 +0000 (16:06 -0400)
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 <vapier@gentoo.org>
libc/sysdeps/linux/common/mmap64.c

index 3c97c84..cebf961 100644 (file)
@@ -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>