1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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

@ -4,7 +4,7 @@
*
* Originally by
* B. Palmer, bpalmer@crimelabs.net 1-17-2001
* $PostgreSQL: pgsql/contrib/oid2name/oid2name.c,v 1.29 2006/03/11 04:38:30 momjian Exp $
* $PostgreSQL: pgsql/contrib/oid2name/oid2name.c,v 1.30 2006/10/19 20:38:48 tgl Exp $
*/
#include "postgres_fe.h"
@ -13,6 +13,8 @@
#include <getopt.h>
#endif
extern char *optarg;
#include "libpq-fe.h"
/* an extensible array to keep track of elements to show */