projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2042b34
)
Add missing
, per Dann Corbit.
author
Tom Lane
Thu, 22 Jul 2004 01:41:24 +0000
(
01:41
+0000)
committer
Tom Lane
Thu, 22 Jul 2004 01:41:24 +0000
(
01:41
+0000)
src/timezone/zic.c
patch
|
blob
|
blame
|
history
diff --git
a/src/timezone/zic.c
b/src/timezone/zic.c
index 90fe89ea080bf433cdced1143141c0544ae8473a..ac52a43fec6382d54594fd304b36115d62a3dc95 100644
(file)
--- a/
src/timezone/zic.c
+++ b/
src/timezone/zic.c
@@
-3,13
+3,16
@@
* 1996-06-05 by Arthur David Olson (
[email protected]
).
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.
8 2004/06/03 02:08:07
tgl Exp $
+ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.
9 2004/07/22 01:41:24
tgl Exp $
*/
#include "postgres.h"
-#include
+#ifdef HAVE_GETOPT_H
+#include
+#endif
#include
+#include
#include "pgtz.h"
#include "private.h"