2003-07-16  Andreas Schwab  <schwab@suse.de>

	* sysdeps/unix/sysv/linux/futimes.c: Include <string.h>.
This commit is contained in:
Ulrich Drepper 2003-07-16 00:10:33 +00:00
parent dade1ade05
commit a6fe2ab3cf
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View 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>