diff options
Diffstat (limited to 'src/include/commands/dbcommands.h')
-rw-r--r-- | src/include/commands/dbcommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index f8f6d5ffd03..fb8ccfdbf53 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -17,7 +17,7 @@ #include "access/xlogreader.h" #include "catalog/objectaddress.h" #include "lib/stringinfo.h" -#include "nodes/parsenodes.h" +#include "parser/parse_node.h" extern Oid createdb(ParseState *pstate, const CreatedbStmt *stmt); extern void dropdb(const char *dbname, bool missing_ok, bool force); |