Add missing #include.

This commit is contained in:
Tom Lane 2003-08-01 02:25:31 +00:00
parent 3896f48d7e
commit 1e120a8e5d
1 changed files with 1 additions and 0 deletions

View File

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