Skip to content
Snippets Groups Projects
Commit c9814427 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update ecpg compile.

parent b9b5f5d6
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment