Add missing #include.

WIN32_DEV
Tom Lane 23 years ago
parent 3896f48d7e
commit 1e120a8e5d
  1. 1
      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

Loading…
Cancel
Save