diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/stime.c | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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> diff --git a/sysdeps/unix/stime.c b/sysdeps/unix/stime.c index c393afb4f9..acaf31f2b3 100644 --- a/sysdeps/unix/stime.c +++ b/sysdeps/unix/stime.c @@ -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. */ |