diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/tzfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/tzfile.c b/time/tzfile.c index 0725e2f6f6..2e3a7b69bf 100644 --- a/time/tzfile.c +++ b/time/tzfile.c @@ -24,6 +24,7 @@ #include <time.h> #include <unistd.h> #include <sys/stat.h> +#include <stdint.h> #define NOID #include <timezone/tzfile.h> |