diff options
Diffstat (limited to 'src/interfaces/odbc/multibyte.h')
-rw-r--r-- | src/interfaces/odbc/multibyte.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/multibyte.h b/src/interfaces/odbc/multibyte.h index c7d8b20d951..43870458e0d 100644 --- a/src/interfaces/odbc/multibyte.h +++ b/src/interfaces/odbc/multibyte.h @@ -3,6 +3,7 @@ * Multibyte library header ( psqlODBC Only ) * */ +#include "psqlodbc.h" /* PostgreSQL client encoding */ #define SQL_ASCII 0 /* SQL/ASCII */ |