diff options
Diffstat (limited to 'src/include/access/xlogrecord.h')
-rw-r--r-- | src/include/access/xlogrecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlogrecord.h b/src/include/access/xlogrecord.h index ff77db80379..25a92657b85 100644 --- a/src/include/access/xlogrecord.h +++ b/src/include/access/xlogrecord.h @@ -13,9 +13,9 @@ #include "access/rmgr.h" #include "access/xlogdefs.h" +#include "common/pg_crc.h" #include "storage/block.h" #include "storage/relfilenode.h" -#include "utils/pg_crc.h" /* * The overall layout of an XLOG record is: |