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 0e5ab36 commit 4e70c05Copy full SHA for 4e70c05
src/bin/pg_dump/pg_dump.c
@@ -20,7 +20,7 @@
20
*
21
22
* IDENTIFICATION
23
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.13 1996/11/08 06:01:03 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.14 1996/11/10 01:35:39 bryanh Exp $
24
25
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
26
@@ -43,6 +43,7 @@
43
*/
44
45
#include <stdlib.h>
46
+#include <unistd.h> /* for getopt() */
47
#include <stdio.h>
48
#include <string.h>
49
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */
0 commit comments