diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:41:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:41:09 +0300 |
commit | 8c042f99cc7465c86351d21331a129111b75345d (patch) | |
tree | 9656e653be0e42e5469cec77635c20356de152c2 /missing/tzset.c | |
parent | 8ceb5f934787eb7be5fb452fb39179df66119954 (diff) | |
download | egawk-8c042f99cc7465c86351d21331a129111b75345d.tar.gz egawk-8c042f99cc7465c86351d21331a129111b75345d.tar.bz2 egawk-8c042f99cc7465c86351d21331a129111b75345d.zip |
Move to gawk-3.0.0.
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]; |