diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index f210ccbde85..3503605a7d1 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -10,6 +10,7 @@ #include <ctype.h> #include <limits.h> #include <math.h> +#include <pwd.h> #include <signal.h> #ifndef WIN32 #include <unistd.h> /* for write() */ |