Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4eefd0f

Browse files
committed
Add missing #include.
time(2) requires time.h.
1 parent 846681f commit 4eefd0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/timezone/zic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#endif
1414
#include <limits.h>
1515
#include <locale.h>
16+
#include <time.h>
1617

1718
extern int optind;
1819
extern char *optarg;

0 commit comments

Comments
 (0)