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