diff options
| author | Peter Eisentraut | 2001-08-24 14:07:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2001-08-24 14:07:50 +0000 |
| commit | 23a98b289f224dd6b42665fca360d42145c68ad3 (patch) | |
| tree | a34f9659d81190165307c38dda575ad0d0b0bc2e /multibyte.h | |
| parent | 7a0e145f400412e9f1cd32a3a085f9e772c9f6e4 (diff) | |
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
Diffstat (limited to 'multibyte.h')
| -rw-r--r-- | multibyte.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multibyte.h b/multibyte.h index c7d8b20..4387045 100644 --- a/multibyte.h +++ b/multibyte.h @@ -3,6 +3,7 @@ * Multibyte library header ( psqlODBC Only ) * */ +#include "psqlodbc.h" /* PostgreSQL client encoding */ #define SQL_ASCII 0 /* SQL/ASCII */ |
