mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Fix failure of xlogprefetch.h to include all prerequisite headers.
Per cpluspluscheck.
This commit is contained in:
parent
07b76833b1
commit
99964c4ade
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef XLOGPREFETCH_H
|
||||
#define XLOGPREFETCH_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "access/xlogreader.h"
|
||||
|
||||
/* GUCs */
|
||||
extern bool recovery_prefetch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue