summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-15 16:13:36 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-15 16:13:36 +0000
commit7222abda702df72e52d45e22b1c1f7f2115bc140 (patch)
tree056d64ab01197ccdb6f2d539b3cde7472ae73e65 /ext/standard/html.c
parent93769053cc915976fa00a04569a745b8e12efaa6 (diff)
downloadphp-git-7222abda702df72e52d45e22b1c1f7f2115bc140.tar.gz
Include php_config.h for HAVE_MBSTRING
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r--ext/standard/html.c1
1 files changed, 1 insertions, 0 deletions
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"