diff options
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 368f37fd88..b1594150a6 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -34,7 +34,7 @@ #include "php_globals.h" #include "odbc_arginfo.h" -#if HAVE_UODBC +#ifdef HAVE_UODBC #include <fcntl.h> #include "ext/standard/head.h" |