mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update ecpg compile.
This commit is contained in:
parent
b9b5f5d6ca
commit
c981442772
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue