summaryrefslogtreecommitdiff
path: root/src/bin/pg_passwd/pg_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_passwd/pg_passwd.c')
-rw-r--r--src/bin/pg_passwd/pg_passwd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_passwd/pg_passwd.c b/src/bin/pg_passwd/pg_passwd.c
index 0f7a0adf16..022a394670 100644
--- a/src/bin/pg_passwd/pg_passwd.c
+++ b/src/bin/pg_passwd/pg_passwd.c
@@ -1,7 +1,8 @@
/*
* @(#) pg_passwd.c 1.8 09:13:16 97/07/02 Y. Ichikawa
*/
-#include "postgres.h"
+#include "postgres_fe.h"
+
#include <unistd.h>
#include <errno.h>
#include <time.h>