diff options
Diffstat (limited to 'ext/pdo_odbc/php_pdo_odbc_int.h')
-rwxr-xr-x | ext/pdo_odbc/php_pdo_odbc_int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdo_odbc/php_pdo_odbc_int.h b/ext/pdo_odbc/php_pdo_odbc_int.h index e249be5687..a4d473e3b8 100755 --- a/ext/pdo_odbc/php_pdo_odbc_int.h +++ b/ext/pdo_odbc/php_pdo_odbc_int.h @@ -86,6 +86,10 @@ # include <cli0env.h> #endif +#if HAVE_ODBCSDK_H +# include <odbcsdk.h> +#endif + /* }}} */ /* {{{ Figure out the type for handles */ |