diff options
Diffstat (limited to 'src/include/commands/dbcommands.h')
-rw-r--r-- | src/include/commands/dbcommands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index 811713fb83e..b79d9fc8648 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -14,7 +14,8 @@ #ifndef DBCOMMANDS_H #define DBCOMMANDS_H -#include "access/xlog.h" +#include "access/xlogrecord.h" +#include "lib/stringinfo.h" #include "nodes/parsenodes.h" /* XLOG stuff */ |