diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-03-03 19:37:09 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-03-03 19:37:09 +0000 |
commit | 66c05f7035730b91186a5a1c369569055477ad59 (patch) | |
tree | c2e8d1562fba308ea048ba6dfae728eadc30dbef /main/php_variables.c | |
parent | 243dd060d116609f763a78e533f399fd7dd30f37 (diff) | |
download | php-git-66c05f7035730b91186a5a1c369569055477ad59.tar.gz |
Fixed compiler warnings.
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index 698e61d3d7..ada4495f58 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -22,10 +22,12 @@ #include <stdio.h> #include "php.h" #include "ext/standard/php_standard.h" +#include "ext/standard/credits.h" #include "php_variables.h" #include "php_globals.h" #include "php_content_types.h" #include "SAPI.h" +#include "php_logos.h" #include "zend_globals.h" |