diff options
Diffstat (limited to 'ext/mbstring/php_unicode.c')
-rw-r--r-- | ext/mbstring/php_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_unicode.c b/ext/mbstring/php_unicode.c index ba84dc55c7..dc0c3f0831 100644 --- a/ext/mbstring/php_unicode.c +++ b/ext/mbstring/php_unicode.c @@ -35,7 +35,7 @@ #include "php.h" #include "php_ini.h" -#if HAVE_MBSTRING +#ifdef HAVE_MBSTRING /* include case folding data generated from the official UnicodeData.txt file */ #include "mbstring.h" |