diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-15 16:13:36 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-15 16:13:36 +0000 |
| commit | 7222abda702df72e52d45e22b1c1f7f2115bc140 (patch) | |
| tree | 056d64ab01197ccdb6f2d539b3cde7472ae73e65 | |
| parent | 93769053cc915976fa00a04569a745b8e12efaa6 (diff) | |
| download | php-git-7222abda702df72e52d45e22b1c1f7f2115bc140.tar.gz | |
Include php_config.h for HAVE_MBSTRING
| -rw-r--r-- | ext/standard/html.c | 1 |
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" |
