diff options
author | Bruce Momjian | 2014-01-11 01:56:47 +0000 |
---|---|---|
committer | Bruce Momjian | 2014-01-11 01:56:47 +0000 |
commit | 850ade3e32ea12e0c6b2d10c6b628772bf851727 (patch) | |
tree | 3ea328710e7ad153db6643a6cfc5280836d150ba | |
parent | 111022eac64579cc12d20e33146ce01717562b29 (diff) |
Adjust pg_upgrade for move of username lookup functions to /common
-rw-r--r-- | contrib/pg_upgrade/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index ea7819d4aea..7f4458c0ace 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -9,6 +9,7 @@ #include "postgres_fe.h" +#include "common/username.h" #include "pg_upgrade.h" #include <signal.h> |