[git commit] mmap64: include stdint.h for uint64_t

Mike Frysinger vapier at gentoo.org
Wed Apr 11 20:06:29 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=47009e1e1c6b721c38b5ffa2eeb9202fb8db298a
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

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 at gentoo.org>
---
 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 3c97c84..cebf961 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>


More information about the uClibc-cvs mailing list