1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Update ecpg compile.

This commit is contained in:
Bruce Momjian 1999-07-18 21:07:02 +00:00
parent b9b5f5d6ca
commit c981442772

View File

@ -6,11 +6,10 @@
#ifdef HAVE_GETOPT_H #ifdef HAVE_GETOPT_H
#include <getopt.h> #include <getopt.h>
#endif #else
#include <unistd.h> #include <unistd.h>
extern int optind; extern int optind;
extern char *optarg; extern char *optarg;
#endif #endif
#include "extern.h" #include "extern.h"