From 5a468e740c0fdff3ae3c24ee0ee164753a86a51a Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 17 Sep 1999 01:38:10 +0000 Subject: [PATCH] This format is also used by the XML module allows us to compile with Apache's expat-lite dir --- ext/wddx/php_wddx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index efc19ef3491..d2c0c9c74f6 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -34,7 +34,7 @@ #if HAVE_WDDX -#include "xml/xmlparse.h" +#include "xmlparse.h" extern int php_minit_wddx(INIT_FUNC_ARGS);