Add time.h to pg_dumpall.

This commit is contained in:
Bruce Momjian 2004-06-09 17:05:14 +00:00
parent 36b8654cb0
commit 7ac67fd189

View File

@ -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"