diff options
| -rw-r--r-- | ext/wddx/wddx.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
