From 111022eac64579cc12d20e33146ce01717562b29 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 10 Jan 2014 18:03:28 -0500 Subject: Move username lookup functions from /port to /common Per suggestion from Peter E and Alvaro --- src/bin/psql/help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/psql') 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" -- cgit v1.2.3