diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-25 16:13:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-25 16:13:50 +0000 |
commit | 0e586bf8c6f282ef98682ecf486cb18b7de786fe (patch) | |
tree | add68470ebfa273194caa9075720c05caa876689 /sysdeps | |
parent | 34da0098e5fc16f3ee5f3504e9c49388b6e6bdac (diff) | |
download | glibc-0e586bf8c6f282ef98682ecf486cb18b7de786fe.tar.gz glibc-0e586bf8c6f282ef98682ecf486cb18b7de786fe.tar.xz glibc-0e586bf8c6f282ef98682ecf486cb18b7de786fe.zip |
* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/fxstatat64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/fxstatat64.c b/sysdeps/unix/sysv/linux/fxstatat64.c index 2360f50d98..31113d5db5 100644 --- a/sysdeps/unix/sysv/linux/fxstatat64.c +++ b/sysdeps/unix/sysv/linux/fxstatat64.c @@ -20,6 +20,7 @@ #include <fcntl.h> #include <stddef.h> #include <stdio.h> +#include <string.h> #include <sys/stat.h> #include <kernel_stat.h> |