From: Rui Hirokawa Date: Wed, 16 Jul 2008 12:21:46 +0000 (+0000) Subject: fixed compile error on Win32 environment. X-Git-Tag: php-5.3.0alpha1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d9788d7689b033298a9d117e8f8cde9284dfea8;p=php fixed compile error on Win32 environment. --- diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index 8326fed316..7d35e65a71 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -26,7 +26,7 @@ #include "php.h" #include "zend.h" #include "php_onig_compat.h" /* must come prior to the oniguruma header */ -#include "oniguruma.h" +#include "oniguruma/oniguruma.h" #undef UChar /* {{{ PHP_MBREGEX_GLOBALS */