]> granicus.if.org Git - php/commitdiff
fixed compile error on Win32 environment.
authorRui Hirokawa <hirokawa@php.net>
Wed, 16 Jul 2008 12:21:46 +0000 (12:21 +0000)
committerRui Hirokawa <hirokawa@php.net>
Wed, 16 Jul 2008 12:21:46 +0000 (12:21 +0000)
ext/mbstring/php_mbregex.h

index 8326fed316121f35b4d232c2300be1196c3e00c1..7d35e65a713f7fd8023a69b9f05e7ba8a3f64dab 100644 (file)
@@ -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 */