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 f9a6f9aa9f..9a2d412809 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -26,7 +26,7 @@ #include "php.h" #include "php_globals.h" -#include "ext/standard/php3_standard.h" +#include "ext/standard/php_standard.h" #include "php_odbc.h" #if HAVE_UODBC |