diff options
Diffstat (limited to 'src/timezone/zic.c')
-rw-r--r-- | src/timezone/zic.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/timezone/zic.c b/src/timezone/zic.c index a399d1f0f19..cda704266ad 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -8,15 +8,11 @@ #include "postgres_fe.h" -#ifdef HAVE_GETOPT_H -#include <getopt.h> -#endif #include <limits.h> #include <locale.h> #include <time.h> -extern int optind; -extern char *optarg; +#include "pg_getopt.h" #include "private.h" #include "pgtz.h" |