summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2008-07-16 12:21:46 +0000
committerRui Hirokawa <hirokawa@php.net>2008-07-16 12:21:46 +0000
commit6d9788d7689b033298a9d117e8f8cde9284dfea8 (patch)
tree66589dabab52477fed8bbc03be6e363492460666 /ext/mbstring/php_mbregex.h
parent67185d6098bed94da91f03a835ebc16baee5a321 (diff)
downloadphp-git-6d9788d7689b033298a9d117e8f8cde9284dfea8.tar.gz
fixed compile error on Win32 environment.
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 8326fed316..7d35e65a71 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.h"
+#include "oniguruma/oniguruma.h"
#undef UChar
/* {{{ PHP_MBREGEX_GLOBALS */