]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/stime.c: Include <time.h>.
authorMark Kettenis <kettenis@gnu.org>
Sat, 10 Feb 2001 19:33:44 +0000 (19:33 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 10 Feb 2001 19:33:44 +0000 (19:33 +0000)
* sysdeps/unix/stime.c: Include <time.h>.

ChangeLog
sysdeps/unix/stime.c

index 863160c2c306d3a2a2af693d31393691c47d4bd0..f9a36f3756117b6670b90cadd89ef5164dd339e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index c393afb4f939baa4dcc66d3fc3c94b4c6e9c14c3..acaf31f2b32392f0688dc85ca094cc1090a14af8 100644 (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.  */
 
This page took 0.046988 seconds and 5 git commands to generate.