diff options
Diffstat (limited to 'src/include/access/heapam_xlog.h')
-rw-r--r-- | src/include/access/heapam_xlog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/access/heapam_xlog.h b/src/include/access/heapam_xlog.h index 5ac98a5baa6..1d64264b010 100644 --- a/src/include/access/heapam_xlog.h +++ b/src/include/access/heapam_xlog.h @@ -15,7 +15,9 @@ #define HEAPAM_XLOG_H #include "access/htup.h" -#include "access/xlog.h" +#include "access/xlogrecord.h" +#include "lib/stringinfo.h" +#include "storage/buf.h" #include "storage/bufpage.h" #include "storage/relfilenode.h" #include "utils/relcache.h" |