diff options
-rw-r--r-- | ext/standard/html.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c index fd3e0400e0..b2d69cbc46 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -21,7 +21,11 @@ /* $Id$ */ #include "php.h" +#if PHP_WIN32 +#include "config.w32.h" +#else #include "php_config.h" +#endif #include "reg.h" #include "html.h" #include "php_string.h" |