From c9b44080d28005e84d03b4505bb334517d7d39e9 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 23 Mar 2005 15:12:27 +0000 Subject: [PATCH] windows compatibility fix --- ext/soap/php_encoding.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index 53f2825ac5..eda32813e3 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -23,6 +23,7 @@ #include "php_soap.h" #include "ext/libxml/php_libxml.h" +#include #include "zend_strtod.h" /* zval type decode */ @@ -2580,8 +2581,6 @@ static zval *to_zval_any(encodeTypePtr type, xmlNodePtr data) return ret; } -extern const xmlChar xmlStringTextNoenc[]; - static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) { xmlNodePtr ret; -- 2.50.1