diff options
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 */ |