]> granicus.if.org Git - php/commitdiff
Make this build with libxml too.
authorfoobar <sniper@php.net>
Mon, 19 May 2003 23:45:20 +0000 (23:45 +0000)
committerfoobar <sniper@php.net>
Mon, 19 May 2003 23:45:20 +0000 (23:45 +0000)
ext/wddx/php_wddx.h
ext/wddx/wddx.c

index 4223d7c43133a2c8b7dc9208382b634438d13d0b..4b6ad9578e857d1c99d09dce9f89008639cdd46c 100644 (file)
@@ -23,8 +23,6 @@
 
 #if HAVE_WDDX
 
-#include <expat.h>
-
 extern zend_module_entry wddx_module_entry;
 #define wddx_module_ptr &wddx_module_entry
 
index d2e0f07f7c2196cbbcd376580e980a4efea1e48c..57f2a2ad2f7af559f9f06f9577dc3118744d0015 100644 (file)
@@ -22,6 +22,7 @@
 
 #if HAVE_WDDX
 
+#include "ext/xml/expat_compat.h"
 #include "php_wddx.h"
 #include "php_wddx_api.h"