From 1e120a8e5dfce4df07df7c41b691b88404a244b3 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Fri, 1 Aug 2003 02:25:31 +0000
Subject: [PATCH] Add missing #include.

---
 contrib/pg_autovacuum/pg_autovacuum.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/pg_autovacuum/pg_autovacuum.h b/contrib/pg_autovacuum/pg_autovacuum.h
index 63a31965361..ac97f63bec0 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
-- 
GitLab