]> granicus.if.org Git - php/commitdiff
MFB51: Fixed bug #37162 (wddx does not build as a shared extension).
authorIlia Alshanetsky <iliaa@php.net>
Sun, 23 Apr 2006 16:02:51 +0000 (16:02 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 23 Apr 2006 16:02:51 +0000 (16:02 +0000)
ext/wddx/wddx.c

index a6be1af8dd85134eb1a0e24342a910a1e0a22a12..b7362c4f30345c5095f5fefff6e158b2c34d8e6f 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_WDDX