Skip to content
Snippets Groups Projects
Commit 1e120a8e authored by Tom Lane's avatar Tom Lane
Browse files

Add missing #include.

parent 3896f48d
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#ifdef __GLIBC__ #ifdef __GLIBC__
#include <getopt.h> #include <getopt.h>
#endif #endif
#include <time.h>
#include <sys/time.h> #include <sys/time.h>
/* These next two lines are correct when pg_autovaccum is compiled /* These next two lines are correct when pg_autovaccum is compiled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment