From 161882af63063329a87950118f131bd83af0926d Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Wed, 16 Jul 2008 02:37:53 +0000 Subject: [PATCH] - Oops. --- ext/mbstring/oniguruma/oniguruma.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mbstring/oniguruma/oniguruma.h b/ext/mbstring/oniguruma/oniguruma.h index 297b363929..0fc4ac5a11 100644 --- a/ext/mbstring/oniguruma/oniguruma.h +++ b/ext/mbstring/oniguruma/oniguruma.h @@ -29,12 +29,12 @@ * SUCH DAMAGE. */ +#include "../php_onig_compat.h" + #ifdef __cplusplus extern "C" { #endif -#include "../php_onig_compat.h" - #define ONIGURUMA #define ONIGURUMA_VERSION_MAJOR 3 #define ONIGURUMA_VERSION_MINOR 7 -- 2.50.1