mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Add getopt test.
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#ifdef HAVE_GETOPT_H
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
|
||||
Reference in New Issue
Block a user