Add time.h to pg_dumpall.

REL8_0_STABLE
Bruce Momjian 22 years ago
parent 36b8654cb0
commit 7ac67fd189
  1. 3
      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.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…
Cancel
Save