Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9fa6e08

Browse files
committed
Make header self-contained
Add necessary include files for things used in the header.
1 parent 8df9994 commit 9fa6e08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/postmaster/autovacuum.h

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#ifndef AUTOVACUUM_H
1515
#define AUTOVACUUM_H
1616

17+
#include "storage/block.h"
18+
1719
/*
1820
* Other processes can request specific work from autovacuum, identified by
1921
* AutoVacuumWorkItem elements.

0 commit comments

Comments
 (0)