diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index d7c31e0b1b4..baa94175ea1 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -23,6 +23,7 @@ #endif #include "common.h" +#include "common/username.h" #include "help.h" #include "input.h" #include "settings.h" |