* sysdeps/unix/stime.c: Include <time.h>.

* sysdeps/unix/stime.c: Include <time.h>.
This commit is contained in:
Mark Kettenis 2001-02-10 19:33:44 +00:00
parent 3c44837c5c
commit 24ed578e1b
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2001-02-10 Mark Kettenis <kettenis@gnu.org>
* sysdeps/unix/stime.c: Include <time.h>.
* sysdeps/mach/hurd/setitimer.c: Include <time.h>.
2001-02-10 Andreas Jaeger <aj@suse.de>

View file

@ -19,6 +19,7 @@
#include <errno.h>
#include <stddef.h> /* For NULL. */
#include <sys/time.h>
#include <time.h>
/* Set the system clock to *WHEN. */