mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Update ecpg compile.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user