Commit c9814427 authored by Bruce Momjian's avatar Bruce Momjian

Update ecpg compile.

parent b9b5f5d6
...@@ -6,11 +6,10 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment