summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/futimes.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 291dbc2063..006b8e8695 100644
--- 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.
diff --git a/sysdeps/unix/sysv/linux/futimes.c b/sysdeps/unix/sysv/linux/futimes.c
index 97a917318e..e7ca99b077 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>