From: Ilia Alshanetsky Date: Sun, 23 Apr 2006 16:02:51 +0000 (+0000) Subject: MFB51: Fixed bug #37162 (wddx does not build as a shared extension). X-Git-Tag: RELEASE_1_3~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cfbb3ac5d9612f51e9c276eef9e4331d50ec7c5;p=php MFB51: Fixed bug #37162 (wddx does not build as a shared extension). --- diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index a6be1af8dd..b7362c4f30 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -18,6 +18,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #if HAVE_WDDX