projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
846681f
)
Add missing #include.
author
Heikki Linnakangas
Mon, 25 Mar 2013 07:55:43 +0000
(09:55 +0200)
committer
Heikki Linnakangas
Mon, 25 Mar 2013 07:55:43 +0000
(09:55 +0200)
time(2) requires time.h.
src/timezone/zic.c
patch
|
blob
|
blame
|
history
diff --git
a/src/timezone/zic.c
b/src/timezone/zic.c
index 2c34b874e3c730f9822df95854d696dc183d31cd..4ff86372e1c2f0cb08b400b4969b956ca5ee1630 100644
(file)
--- a/
src/timezone/zic.c
+++ b/
src/timezone/zic.c
@@
-13,6
+13,7
@@
#endif
#include
#include
+#include
extern int optind;
extern char *optarg;