summaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r--src/include/commands/user.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index edf836e5bb7..3830c110458 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -10,6 +10,9 @@
#ifndef USER_H
#define USER_H
+#include "nodes/parsenodes.h"
+#include "tcop/dest.h"
+
extern void DefineUser(CreateUserStmt *stmt, CommandDest);
extern void AlterUser(AlterUserStmt *stmt, CommandDest);
extern void RemoveUser(char *user, CommandDest);