diff options
| -rw-r--r-- | ext/mbstring/oniguruma/oniguruma.h | 2 | ||||
| -rw-r--r-- | ext/mbstring/oniguruma/php_onig_compat.h (renamed from ext/mbstring/oniguruma/php_compat.h) | 0 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/ext/mbstring/oniguruma/oniguruma.h b/ext/mbstring/oniguruma/oniguruma.h index b4f5a84e6f..99f6bdab0d 100644 --- a/ext/mbstring/oniguruma/oniguruma.h +++ b/ext/mbstring/oniguruma/oniguruma.h @@ -8,7 +8,7 @@  #ifndef ONIGURUMA_H  #define ONIGURUMA_H -#include "php_compat.h" +#include "php_onig_compat.h"  #define ONIGURUMA  #define ONIGURUMA_VERSION_MAJOR   2 diff --git a/ext/mbstring/oniguruma/php_compat.h b/ext/mbstring/oniguruma/php_onig_compat.h index d7f1ad56f1..d7f1ad56f1 100644 --- a/ext/mbstring/oniguruma/php_compat.h +++ b/ext/mbstring/oniguruma/php_onig_compat.h | 
