]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 291dbc20639da40a01f10faddd85501142eb5ce1..006b8e8695ebcdf47e47987d8e12257f63ea581d 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 97a917318ef5730722ea1fec81b0eff980afb24c..e7ca99b07760f18f03b7ff016e0e76ec44dd2ad8 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>