Include some missing headers.
authorThomas Munro <tmunro@postgresql.org>
Thu, 7 Apr 2022 08:55:16 +0000 (20:55 +1200)
committerThomas Munro <tmunro@postgresql.org>
Thu, 7 Apr 2022 08:55:16 +0000 (20:55 +1200)
Per headerscheck on BF animal crake, and Andres.

Discussion: https://postgr.es/m/20220407083630.n62vgwqfy2v6wsrd%40alap3.anarazel.de

src/include/access/xlogprefetcher.h

index c30b09b7273c4b76b88269eede9c6e1605aabfbd..80283a8fc23e4ebddd60c3df823f8ff65b3e62f5 100644 (file)
@@ -14,6 +14,8 @@
 #define XLOGPREFETCHER_H
 
 #include "access/xlogdefs.h"
+#include "access/xlogreader.h"
+#include "access/xlogrecord.h"
 
 /* GUCs */
 extern int     recovery_prefetch;