projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36b8654
)
Add time.h to pg_dumpall.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 9 Jun 2004 17:05:14 +0000
(17:05 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 9 Jun 2004 17:05:14 +0000
(17:05 +0000)
src/bin/pg_dump/pg_dumpall.c
patch
|
blob
|
history
diff --git
a/src/bin/pg_dump/pg_dumpall.c
b/src/bin/pg_dump/pg_dumpall.c
index 0e441bb890d5d298c10767fc656eb22ccc985927..2eb82d36bbeaed00bcc6bce0c2fc2aa093d5a183 100644
(file)
--- a/
src/bin/pg_dump/pg_dumpall.c
+++ b/
src/bin/pg_dump/pg_dumpall.c
@@
-6,7
+6,7
@@
* Portions Copyright (c) 1994, Regents of the University of California
*
*
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.3
8 2004/06/07 20:35:57
momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.3
9 2004/06/09 17:05:14
momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@
-21,6
+21,7
@@
#include "strdup.h"
#endif
#include <errno.h>
+#include <time.h>
#include "getopt_long.h"