diff options
author | Andi Gutmans <andi@php.net> | 1999-09-05 19:36:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-05 19:36:04 +0000 |
commit | 52cb8bb275cffe4b981cab6fc525e80ee062b2ae (patch) | |
tree | a0f3c434af2dd224d54b6249f07bfd7d4ad3051d /main/internal_functions_win32.c | |
parent | 14d9a59f1cbc9c8f9cf9e4d955549dc8c1fc7334 (diff) | |
download | php-git-52cb8bb275cffe4b981cab6fc525e80ee062b2ae.tar.gz |
- Make Win32 compile once again.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 23af73d303..92b2c215ae 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -48,7 +48,7 @@ #include "ext/COM/php3_COM.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" -#include "ext/odbc/php3_odbc.h" +#include "ext/odbc/php_odbc.h" #include "ext/session/php_session.h" /* SNMP has to be moved to ext */ |