From 9fa6e08d4a16f9b0461743cff35781e16308c106 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Mon, 3 Apr 2017 16:17:45 -0400
Subject: [PATCH] Make header self-contained

Add necessary include files for things used in the header.
---
 src/include/postmaster/autovacuum.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/postmaster/autovacuum.h b/src/include/postmaster/autovacuum.h
index 174e91a64a7..d383fd3926e 100644
--- a/src/include/postmaster/autovacuum.h
+++ b/src/include/postmaster/autovacuum.h
@@ -14,6 +14,8 @@
 #ifndef AUTOVACUUM_H
 #define AUTOVACUUM_H
 
+#include "storage/block.h"
+
 /*
  * Other processes can request specific work from autovacuum, identified by
  * AutoVacuumWorkItem elements.
-- 
GitLab