fixed compile error on Win32 environment.

This commit is contained in:
Rui Hirokawa 2008-07-16 12:21:46 +00:00
parent 67185d6098
commit 6d9788d768

View File

@ -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 */