summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-04-23 16:02:51 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-04-23 16:02:51 +0000
commit8cfbb3ac5d9612f51e9c276eef9e4331d50ec7c5 (patch)
tree81eeab4b2a3b31a0cfd2f38ec46962d0b3dc8b89
parentb8cf6cbc2469bc9bf03c3a30499956d247e9bc00 (diff)
downloadphp-git-8cfbb3ac5d9612f51e9c276eef9e4331d50ec7c5.tar.gz
MFB51: Fixed bug #37162 (wddx does not build as a shared extension).
-rw-r--r--ext/wddx/wddx.c4
1 files changed, 4 insertions, 0 deletions
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