diff options
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r-- | src/bin/psql/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index 282a520116a..292dc549190 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -10,9 +10,9 @@ #include <setjmp.h> -#include "libpq-fe.h" #include "fe_utils/print.h" #include "fe_utils/psqlscan.h" +#include "libpq-fe.h" extern bool openQueryOutputFile(const char *fname, FILE **fout, bool *is_pipe); extern bool setQFout(const char *fname); |