Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 16 Jul 2003 00:10:33 +0000 (00:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 16 Jul 2003 00:10:33 +0000 (00:10 +0000)
2003-07-16  Andreas Schwab  <schwab@suse.de>

* sysdeps/unix/sysv/linux/futimes.c: Include <string.h>.

ChangeLog
sysdeps/unix/sysv/linux/futimes.c

index 291dbc2..006b8e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-16  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/futimes.c: Include <string.h>.
+
 2003-07-15  Ulrich Drepper  <drepper@redhat.com>
 
        * io/test-utime.c (main): Make test yet more robust.
index 97a9173..e7ca99b 100644 (file)
@@ -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>