mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Make header self-contained
Add necessary include files for things used in the header.
This commit is contained in:
parent
8df9994bc3
commit
9fa6e08d4a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue