diff options
author | Rui Hirokawa <hirokawa@php.net> | 2008-07-16 22:56:56 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2008-07-16 22:56:56 +0000 |
commit | 0814d9e58ac206722d0b3eae9276c30058bc9b17 (patch) | |
tree | 7d89e38e1b35fd79e2f171a1bf150267b4c15855 /ext/mbstring/php_mbregex.h | |
parent | 640270c4dcf300856aa75494c1bb6c474a3bd041 (diff) | |
download | php-git-0814d9e58ac206722d0b3eae9276c30058bc9b17.tar.gz |
revert my previous patch.
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r-- | ext/mbstring/php_mbregex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |