Make header self-contained

Add necessary include files for things used in the header.
This commit is contained in:
Peter Eisentraut 2017-04-03 16:17:45 -04:00
parent 8df9994bc3
commit 9fa6e08d4a
1 changed files with 2 additions and 0 deletions

View File

@ -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.