From: foobar Date: Mon, 19 May 2003 23:45:20 +0000 (+0000) Subject: Make this build with libxml too. X-Git-Tag: RELEASE_1_0_2~714 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e0a3ed73b179045e0d7c7b08812eebd8353c716;p=php Make this build with libxml too. --- diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index 4223d7c431..4b6ad9578e 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -23,8 +23,6 @@ #if HAVE_WDDX -#include - extern zend_module_entry wddx_module_entry; #define wddx_module_ptr &wddx_module_entry diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index d2e0f07f7c..57f2a2ad2f 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -22,6 +22,7 @@ #if HAVE_WDDX +#include "ext/xml/expat_compat.h" #include "php_wddx.h" #include "php_wddx_api.h"