aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/create_help.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/create_help.pl')
-rw-r--r--src/bin/psql/create_help.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/create_help.pl b/src/bin/psql/create_help.pl
index b9b8e870e02..f3d8141b994 100644
--- a/src/bin/psql/create_help.pl
+++ b/src/bin/psql/create_help.pl
@@ -59,7 +59,6 @@ print HFILE "/*
#ifndef $define
#define $define
-#include \"postgres_fe.h\"
#include \"pqexpbuffer.h\"
struct _helpStruct
@@ -84,6 +83,7 @@ print CFILE "/*
#define N_(x) (x) /* gettext noop */
+#include \"postgres_fe.h\"
#include \"$hfile\"
";