summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/php_pdo_odbc_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_odbc/php_pdo_odbc_int.h')
-rwxr-xr-xext/pdo_odbc/php_pdo_odbc_int.h4
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 */