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/backend/main | |
| parent | 423e1211a86df0d0dd8914223137edbfd4d52400 (diff) | |
Move username lookup functions from /port to /common
Per suggestion from Peter E and Alvaro
Diffstat (limited to 'src/backend/main')
| -rw-r--r-- | src/backend/main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c index a046c1cf0f..4ee8a153d9 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -35,6 +35,7 @@ #endif #include "bootstrap/bootstrap.h" +#include "common/username.h" #include "postmaster/postmaster.h" #include "tcop/tcopprot.h" #include "utils/help_config.h" |
