diff options
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r-- | ext/odbc/php_odbc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 93a1659400..a7c34c7bb2 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -19,7 +19,7 @@ #ifndef PHP_ODBC_H #define PHP_ODBC_H -#if HAVE_UODBC +#ifdef HAVE_UODBC #ifdef ZTS #include "TSRM.h" |