diff options
Diffstat (limited to 'sysdeps/unix/stime.c')
-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. */ |