projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5ab36
)
Add #include
to quiet warning about missing getopt() declaration.
author
Bryan Henderson
Sun, 10 Nov 1996 01:35:39 +0000
(
01:35
+0000)
committer
Bryan Henderson
Sun, 10 Nov 1996 01:35:39 +0000
(
01:35
+0000)
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index 0c35d51093789b0f224c698fa25c800f1a31a132..e8bffdafff9968df806c4b896c0f172d906587fb 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-20,7
+20,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.1
3 1996/11/08 06:01:03 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.1
4 1996/11/10 01:35:39 bryanh
Exp $
*
* Modifications - 6/10/96 -
[email protected]
- version 1.13.dhb
*
@@
-43,6
+43,7
@@
*/
#include
+#include
/* for getopt() */
#include
#include
#include
/* for MAXHOSTNAMELEN on most */