diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-01 02:25:31 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-01 02:25:31 +0000 |
| commit | 1e120a8e5dfce4df07df7c41b691b88404a244b3 (patch) | |
| tree | 89d8c2d2536efab347614351ff39ec5ec8aa14dd | |
| parent | 3896f48d7eca2bff68abb38758ba23194237a8f1 (diff) | |
| download | postgresql-1e120a8e5dfce4df07df7c41b691b88404a244b3.tar.gz | |
Add missing #include.
| -rw-r--r-- | contrib/pg_autovacuum/pg_autovacuum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_autovacuum/pg_autovacuum.h b/contrib/pg_autovacuum/pg_autovacuum.h index 63a3196536..ac97f63bec 100644 --- a/contrib/pg_autovacuum/pg_autovacuum.h +++ b/contrib/pg_autovacuum/pg_autovacuum.h @@ -9,6 +9,7 @@ #ifdef __GLIBC__ #include <getopt.h> #endif +#include <time.h> #include <sys/time.h> /* These next two lines are correct when pg_autovaccum is compiled |
