diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
| commit | 968d7733a19cda3db16947024bd335d877b3d9c3 (patch) | |
| tree | a39593b292dbfcaad45924e9a20ae90300167524 /src/interfaces/odbc/psqlodbc.h | |
| parent | 7326e78c4249393359edce09f555aaa049be2a80 (diff) | |
| download | postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.tar.gz | |
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 'src/interfaces/odbc/psqlodbc.h')
| -rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index df07710651..542fe7ff59 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/psqlodbc.h @@ -5,7 +5,7 @@ * * Comments: See "notice.txt" for copyright and license information. * - * $Id: psqlodbc.h,v 1.45 2001/08/18 04:30:47 inoue Exp $ + * $Id: psqlodbc.h,v 1.46 2001/08/24 14:07:50 petere Exp $ * */ @@ -13,7 +13,7 @@ #define __PSQLODBC_H__ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "pg_config.h" #endif #include <stdio.h> /* for FILE* pointers: see GLOBAL_VALUES */ |
