diff options
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r-- | src/interfaces/odbc/statement.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h index 52b64278c11..e9661ad83ad 100644 --- a/src/interfaces/odbc/statement.h +++ b/src/interfaces/odbc/statement.h @@ -14,6 +14,8 @@ #include "config.h" #endif +#include "psqlodbc.h" + #ifndef WIN32 #include "iodbc.h" #include "isql.h" @@ -22,7 +24,6 @@ #include <sql.h> #endif -#include "psqlodbc.h" #ifndef FALSE #define FALSE (BOOL)0 |