mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
fixed compile error on Win32 environment.
This commit is contained in:
parent
67185d6098
commit
6d9788d768
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user