diff options
author | Peter Eisentraut | 2017-04-03 20:17:45 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-04-03 20:17:45 +0000 |
commit | 9fa6e08d4a16f9b0461743cff35781e16308c106 (patch) | |
tree | 8d4f6158fd09c57310c01435a45a6b755e87d2ae | |
parent | 8df9994bc3372fc54214932bfa3a5caa05783ffa (diff) |
Make header self-contained
Add necessary include files for things used in the header.
-rw-r--r-- | src/include/postmaster/autovacuum.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. |