diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-02-10 19:33:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-02-10 19:33:44 +0000 |
commit | 24ed578e1b9f85576bc7d1ae2485351d33c1bcaf (patch) | |
tree | e4907243a847161716779cd93fcd61ba8aec5650 /sysdeps/unix | |
parent | 3c44837c5c39859c8c03943737f384b81faf7bfa (diff) | |
download | glibc-24ed578e1b9f85576bc7d1ae2485351d33c1bcaf.tar.gz |
* sysdeps/unix/stime.c: Include <time.h>.
* sysdeps/unix/stime.c: Include <time.h>.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/stime.c | 1 |
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. */ |