diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 18:52:56 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 18:52:56 +0000 |
commit | d90a0d770c8a32cb5a999dda8c5a3c1ac1a8b9be (patch) | |
tree | c4c46b86a94dfd88b31b2b6df7135db6590c61e0 /src/include/commands/user.h | |
parent | 7d30c90ecc8852a1b580b23594576e444a7c5d11 (diff) |
Another batch ...
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r-- | src/include/commands/user.h | 3 |
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); |