We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b0682 commit 59779c8Copy full SHA for 59779c8
contrib/pg_dumplo/main.c
@@ -1,7 +1,7 @@
1
/* -------------------------------------------------------------------------
2
* pg_dumplo
3
*
4
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.14 2003/01/07 21:42:38 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.15 2003/01/09 18:27:39 tgl Exp $
5
6
* Karel Zak 1999-2000
7
* -------------------------------------------------------------------------
@@ -11,6 +11,9 @@
11
12
#include <errno.h>
13
#include <unistd.h>
14
+#ifdef HAVE_GETOPT_H
15
+#include <getopt.h>
16
+#endif
17
18
#include "libpq-fe.h"
19
#include "libpq/libpq-fs.h"
0 commit comments