From: Moriyoshi Koizumi Date: Fri, 15 Nov 2002 16:13:36 +0000 (+0000) Subject: Include php_config.h for HAVE_MBSTRING X-Git-Tag: RELEASE_1_0b2~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7222abda702df72e52d45e22b1c1f7f2115bc140;p=php Include php_config.h for HAVE_MBSTRING --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 33747df887..fd3e0400e0 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -21,6 +21,7 @@ /* $Id$ */ #include "php.h" +#include "php_config.h" #include "reg.h" #include "html.h" #include "php_string.h"