summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-10-20 15:33:40 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-10-20 15:33:40 +0000
commit569309765cb6f4347d60b46cff78636bf63037fe (patch)
treed25cda7b13ad9edd1f712c7a8c503ce0a8db5d7f
parent30cc4dc8c9fb27d04516bc338f13713b8bf778d4 (diff)
downloadphp-git-569309765cb6f4347d60b46cff78636bf63037fe.tar.gz
Fix compiler warnings
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 0f7c4cf272..8055c7844b 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -31,6 +31,7 @@
#include "zend_variables.h"
#include "ext/standard/php_string.h"
#include "ext/standard/info.h"
+#include "ext/standard/file.h"
#if HAVE_LIBXML
@@ -110,7 +111,6 @@ int php_libxml_streams_IO_match_wrapper(const char *filename)
void *php_libxml_streams_IO_open_wrapper(const char *filename)
{
char resolved_path[MAXPATHLEN + 1];
- int file_exist;
php_stream_statbuf ssbuf;
php_stream_context *context = NULL;
php_stream_wrapper *wrapper = NULL;