Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 20 Aug 2013 19:38:23 +0000 (19:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 20 Aug 2013 19:38:23 +0000 (19:38 +0000)
ChangeLog
sysdeps/unix/sysv/linux/mmap64.c

index d6eb8dc..70771d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
 
+       * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
+
        * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
        [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
        size.  Use __ffs to determine corresponding shift.
index 4ba686c..7d367ca 100644 (file)
@@ -19,6 +19,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <sys/mman.h>
+#include <string.h>
 
 #include <sysdep.h>
 #include <sys/syscall.h>