From: Frank M. Kromann Date: Sat, 28 Jan 2006 06:15:25 +0000 (+0000) Subject: Add header so WDDX builds as shared X-Git-Tag: php-5.1.3RC1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=329198a955f4dd3414036d85b232803de8688dc7;p=php Add header so WDDX builds as shared --- diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 39c9f91918..fb377f4703 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -35,6 +35,7 @@ #include "ext/standard/html.h" #include "ext/standard/php_string.h" #include "ext/date/php_date.h" +#include "zend_globals.h" #define WDDX_BUF_LEN 256 #define PHP_CLASS_NAME_VAR "php_class_name"