From: Andrei Zmievski Date: Sun, 31 May 2009 18:55:10 +0000 (+0000) Subject: Fix the build. X-Git-Tag: php-5.3.0RC3~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77beb62c5f70e5c4792a01b299ae40d9ab02227d;p=php Fix the build. --- diff --git a/ext/json/php_json.h b/ext/json/php_json.h index e27d9f9676..3207acd048 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -22,6 +22,7 @@ #define PHP_JSON_H #define PHP_JSON_VERSION "1.2.1" +#include "ext/standard/php_smart_str.h" extern zend_module_entry json_module_entry; #define phpext_json_ptr &json_module_entry