Make header self-contained
Add necessary include files for things used in the header.
This commit is contained in:
parent
8df9994bc3
commit
9fa6e08d4a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user