diff options
author | Andrei Zmievski <andrei@php.net> | 2009-05-31 18:55:10 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2009-05-31 18:55:10 +0000 |
commit | 77beb62c5f70e5c4792a01b299ae40d9ab02227d (patch) | |
tree | 21112c123770760de3e7c8f70a616afacb614944 /ext/json/php_json.h | |
parent | 7c3e7f88c467136959945739c4ba14904abb866d (diff) | |
download | php-git-77beb62c5f70e5c4792a01b299ae40d9ab02227d.tar.gz |
Fix the build.
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |