From: Thomas Munro Date: Thu, 7 Apr 2022 08:55:16 +0000 (+1200) Subject: Include some missing headers. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5b186308fbc41d0713fa91426d57a2afe37dd969;p=users%2Frhaas%2Fpostgres.git Include some missing headers. Per headerscheck on BF animal crake, and Andres. Discussion: https://postgr.es/m/20220407083630.n62vgwqfy2v6wsrd%40alap3.anarazel.de --- diff --git a/src/include/access/xlogprefetcher.h b/src/include/access/xlogprefetcher.h index c30b09b727..80283a8fc2 100644 --- a/src/include/access/xlogprefetcher.h +++ b/src/include/access/xlogprefetcher.h @@ -14,6 +14,8 @@ #define XLOGPREFETCHER_H #include "access/xlogdefs.h" +#include "access/xlogreader.h" +#include "access/xlogrecord.h" /* GUCs */ extern int recovery_prefetch;