Update ecpg compile.

This commit is contained in:
Bruce Momjian 1999-07-18 21:07:02 +00:00
parent b9b5f5d6ca
commit c981442772
1 changed files with 1 additions and 2 deletions

View File

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