From 0814d9e58ac206722d0b3eae9276c30058bc9b17 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Wed, 16 Jul 2008 22:56:56 +0000 Subject: revert my previous patch. --- ext/mbstring/php_mbregex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.h') diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index 7d35e65a71..8326fed316 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/oniguruma.h" +#include "oniguruma.h" #undef UChar /* {{{ PHP_MBREGEX_GLOBALS */ -- cgit v1.2.1