diff options
Diffstat (limited to 'missing/tzset.c')
-rw-r--r-- | missing/tzset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/missing/tzset.c b/missing/tzset.c index 7e0af48a..678ec66d 100644 --- a/missing/tzset.c +++ b/missing/tzset.c @@ -11,8 +11,9 @@ */ #if 0 -#include <sys/time.h> +#include <time.h> #endif +#include <sys/time.h> static char tz1[1024]; static char tz2[1024]; |