diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-15 16:29:03 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-15 16:29:03 +0000 |
commit | f48a7e5f785f077748c58a5253abe5982f1df97c (patch) | |
tree | a47c424c4f88fab8739d3dfba1a2bf4cf098fa73 /ext/standard/html.c | |
parent | 16ea198a132c93c82a367b53bc06a297ac2aa853 (diff) | |
download | php-git-f48a7e5f785f077748c58a5253abe5982f1df97c.tar.gz |
MFH
Diffstat (limited to 'ext/standard/html.c')
-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" |