1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Add externs for optarg/optind where apparently needed. Per Magnus.

This commit is contained in:
Tom Lane
2006-10-19 20:38:48 +00:00
parent 28997903a1
commit 443abd83e5
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.17 2006/10/16 19:58:27 tgl Exp $
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.18 2006/10/19 20:38:48 tgl Exp $
*/
#include "postgres.h"
@ -14,6 +14,9 @@
#include <limits.h>
#include <locale.h>
extern int optind;
extern char *optarg;
#include "private.h"
#include "pgtz.h"
#include "tzfile.h"