about summary refs log tree commit diff
path: root/sysdeps
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
parent3c44837c5c39859c8c03943737f384b81faf7bfa (diff)
downloadglibc-24ed578e1b9f85576bc7d1ae2485351d33c1bcaf.tar.gz
glibc-24ed578e1b9f85576bc7d1ae2485351d33c1bcaf.tar.xz
glibc-24ed578e1b9f85576bc7d1ae2485351d33c1bcaf.zip
* sysdeps/unix/stime.c: Include <time.h>.
	* sysdeps/unix/stime.c: Include <time.h>.
Diffstat (limited to 'sysdeps')
-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.  */