mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Add time.h to pg_dumpall.
This commit is contained in:
parent
36b8654cb0
commit
7ac67fd189
1 changed files with 2 additions and 1 deletions
|
|
@ -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.38 2004/06/07 20:35:57 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.39 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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue