diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-08-20 19:38:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-08-20 19:38:23 +0000 |
commit | 0716c4fc9fff70870e28f84d18ddbce1db162101 (patch) | |
tree | 9deda8f5f8b208dfbbd7d99174109fc8a3fd031e /sysdeps/unix | |
parent | 42c8fdd8f1d3245a0abf957fc9f0a6eb35145643 (diff) | |
download | glibc-0716c4fc9fff70870e28f84d18ddbce1db162101.tar.gz glibc-0716c4fc9fff70870e28f84d18ddbce1db162101.tar.xz glibc-0716c4fc9fff70870e28f84d18ddbce1db162101.zip |
Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/mmap64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mmap64.c b/sysdeps/unix/sysv/linux/mmap64.c index 4ba686c8fb..7d367ca83c 100644 --- a/sysdeps/unix/sysv/linux/mmap64.c +++ b/sysdeps/unix/sysv/linux/mmap64.c @@ -19,6 +19,7 @@ #include <errno.h> #include <unistd.h> #include <sys/mman.h> +#include <string.h> #include <sysdep.h> #include <sys/syscall.h> |