summaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
authorBruce Momjian2014-01-10 23:03:28 +0000
committerBruce Momjian2014-01-10 23:03:28 +0000
commit111022eac64579cc12d20e33146ce01717562b29 (patch)
treeb09e0eef58f48860ca2e97a10ca6f9260f4fb706 /src/bin/scripts
parent423e1211a86df0d0dd8914223137edbfd4d52400 (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.h1
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 */