1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Add getopt test.

This commit is contained in:
Bruce Momjian
1999-07-18 21:02:56 +00:00
parent 0b976ec1d8
commit cb08547646
3 changed files with 6 additions and 0 deletions

View File

@ -4,7 +4,9 @@
#include "postgres.h"
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#include <unistd.h>
extern int optind;
extern char *optarg;