diff options
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r-- | src/bin/psql/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index e2b6ea8ed03..4f0140fd563 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -8,7 +8,7 @@ #ifndef COMMAND_H #define COMMAND_H -#include "print.h" +#include "fe_utils/print.h" #include "psqlscan.h" |