mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
* sysdeps/unix/stime.c: Include <time.h>.
* sysdeps/unix/stime.c: Include <time.h>.
This commit is contained in:
parent
3c44837c5c
commit
24ed578e1b
@ -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>
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user