diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-04-23 16:02:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-04-23 16:02:51 +0000 |
commit | 8cfbb3ac5d9612f51e9c276eef9e4331d50ec7c5 (patch) | |
tree | 81eeab4b2a3b31a0cfd2f38ec46962d0b3dc8b89 | |
parent | b8cf6cbc2469bc9bf03c3a30499956d247e9bc00 (diff) | |
download | php-git-8cfbb3ac5d9612f51e9c276eef9e4331d50ec7c5.tar.gz |
MFB51: Fixed bug #37162 (wddx does not build as a shared extension).
-rw-r--r-- | ext/wddx/wddx.c | 4 |
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 |