diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-16 00:10:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-16 00:10:33 +0000 |
commit | a6fe2ab3cf44e8fb87cf517ed74e769a04290bc9 (patch) | |
tree | ca07d734a06d13cfffe54b936516a5c00ba002a3 /sysdeps | |
parent | dade1ade05ce0c447ceeb66a11977892aeff9ba8 (diff) | |
download | glibc-a6fe2ab3cf44e8fb87cf517ed74e769a04290bc9.zip glibc-a6fe2ab3cf44e8fb87cf517ed74e769a04290bc9.tar.gz glibc-a6fe2ab3cf44e8fb87cf517ed74e769a04290bc9.tar.bz2 |
Update.
2003-07-16 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/futimes.c: Include <string.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/futimes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/futimes.c b/sysdeps/unix/sysv/linux/futimes.c index 97a9173..e7ca99b 100644 --- a/sysdeps/unix/sysv/linux/futimes.c +++ b/sysdeps/unix/sysv/linux/futimes.c @@ -19,6 +19,7 @@ #include <errno.h> #include <sysdep.h> +#include <string.h> #include <utime.h> #include <sys/time.h> #include <stdio-common/_itoa.h> |