We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2042b34 commit 68938c4Copy full SHA for 68938c4
src/timezone/zic.c
@@ -3,13 +3,16 @@
3
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
4
*
5
* IDENTIFICATION
6
- * $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 $
7
*/
8
9
#include "postgres.h"
10
11
-#include <locale.h>
+#ifdef HAVE_GETOPT_H
12
+#include <getopt.h>
13
+#endif
14
#include <limits.h>
15
+#include <locale.h>
16
17
#include "pgtz.h"
18
#include "private.h"
0 commit comments