summaryrefslogtreecommitdiff
path: root/sysdeps/unix/stime.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-02-10 19:33:44 +0000
committerMark Kettenis <kettenis@gnu.org>2001-02-10 19:33:44 +0000
commit24ed578e1b9f85576bc7d1ae2485351d33c1bcaf (patch)
treee4907243a847161716779cd93fcd61ba8aec5650 /sysdeps/unix/stime.c
parent3c44837c5c39859c8c03943737f384b81faf7bfa (diff)
* sysdeps/unix/stime.c: Include <time.h>.
* sysdeps/unix/stime.c: Include <time.h>.
Diffstat (limited to 'sysdeps/unix/stime.c')
-rw-r--r--sysdeps/unix/stime.c1
1 files changed, 1 insertions, 0 deletions
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. */