From: foobar Date: Thu, 11 Jan 2001 16:19:20 +0000 (+0000) Subject: If external expat is used, header file is expat.h X-Git-Tag: php-4.0.5RC1~625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fc035dfa5c63c3e371c46f57498dbc4694786a8;p=php If external expat is used, header file is expat.h --- diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index e2bb26dbb9..245099d197 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -34,7 +34,11 @@ #if HAVE_WDDX +#ifdef HAVE_LIBEXPAT2 +#include +#else #include "xmlparse.h" +#endif extern zend_module_entry wddx_module_entry; #define wddx_module_ptr &wddx_module_entry