From 1fc035dfa5c63c3e371c46f57498dbc4694786a8 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 11 Jan 2001 16:19:20 +0000 Subject: [PATCH] If external expat is used, header file is expat.h --- ext/wddx/php_wddx.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1