From: Peter Eisentraut Date: Mon, 3 Apr 2017 20:17:45 +0000 (-0400) Subject: Make header self-contained X-Git-Tag: REL_10_BETA1~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fa6e08d4a16f9b0461743cff35781e16308c106;p=postgresql Make header self-contained Add necessary include files for things used in the header. --- diff --git a/src/include/postmaster/autovacuum.h b/src/include/postmaster/autovacuum.h index 174e91a64a..d383fd3926 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.