diff options
| author | Bruce Momjian | 2014-01-10 23:03:28 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2014-01-10 23:03:28 +0000 |
| commit | 111022eac64579cc12d20e33146ce01717562b29 (patch) | |
| tree | b09e0eef58f48860ca2e97a10ca6f9260f4fb706 /src/bin/scripts | |
| parent | 423e1211a86df0d0dd8914223137edbfd4d52400 (diff) | |
Move username lookup functions from /port to /common
Per suggestion from Peter E and Alvaro
Diffstat (limited to 'src/bin/scripts')
| -rw-r--r-- | src/bin/scripts/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 4944c46a4b2..691f6c6a02f 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -9,6 +9,7 @@ #ifndef COMMON_H #define COMMON_H +#include "common/username.h" #include "libpq-fe.h" #include "getopt_long.h" /* pgrminclude ignore */ #include "pqexpbuffer.h" /* pgrminclude ignore */ |
