diff options
author | Frank M. Kromann <fmk@php.net> | 2002-03-05 00:21:28 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2002-03-05 00:21:28 +0000 |
commit | 46a7b0cf61c39e3c8b53fb7752c4e1ef388733b3 (patch) | |
tree | a0e054fbfcf7c48ff64c132f69622969bb8e2f74 /main/php_ini.c | |
parent | a3010a9b8f9f75f944c02e3129a8f115efdbbbb3 (diff) | |
download | php-git-46a7b0cf61c39e3c8b53fb7752c4e1ef388733b3.tar.gz |
Killing compiler warning on Win32
Diffstat (limited to 'main/php_ini.c')
-rw-r--r-- | main/php_ini.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_ini.c b/main/php_ini.c index 3ec52e0037..ba24ea260b 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -16,6 +16,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "php.h" #ifndef PHP_WIN32 @@ -28,6 +29,7 @@ #include "zend_extensions.h" #include "zend_highlight.h" #include "SAPI.h" +#include "php_main.h" typedef struct _php_extension_lists { zend_llist engine; |