diff options
author | Sascha Schumann <sas@php.net> | 2000-08-21 09:50:53 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-08-21 09:50:53 +0000 |
commit | 8e0ae5d1524dd020e18d19b2e25e19f47ef94da5 (patch) | |
tree | 06b3397e1aaa0318e8fc887f38e28f36cdb05f85 /main/php_variables.c | |
parent | 1bbea8d0eb692df29afd1032d4046c4a12040ef6 (diff) | |
download | php-git-8e0ae5d1524dd020e18d19b2e25e19f47ef94da5.tar.gz |
Cleaning up some mess
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index 180a2c0d1d..3fa22a9c33 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -23,6 +23,7 @@ #include "ext/standard/php_standard.h" #include "php_variables.h" #include "php_globals.h" +#include "php_content_types.h" #include "SAPI.h" #include "zend_globals.h" |