summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2008-07-16 22:56:56 +0000
committerRui Hirokawa <hirokawa@php.net>2008-07-16 22:56:56 +0000
commit0814d9e58ac206722d0b3eae9276c30058bc9b17 (patch)
tree7d89e38e1b35fd79e2f171a1bf150267b4c15855 /ext/mbstring/php_mbregex.h
parent640270c4dcf300856aa75494c1bb6c474a3bd041 (diff)
downloadphp-git-0814d9e58ac206722d0b3eae9276c30058bc9b17.tar.gz
revert my previous patch.
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r--ext/mbstring/php_mbregex.h2
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 */