summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2009-05-31 18:55:10 +0000
committerAndrei Zmievski <andrei@php.net>2009-05-31 18:55:10 +0000
commit77beb62c5f70e5c4792a01b299ae40d9ab02227d (patch)
tree21112c123770760de3e7c8f70a616afacb614944 /ext/json
parent7c3e7f88c467136959945739c4ba14904abb866d (diff)
downloadphp-git-77beb62c5f70e5c4792a01b299ae40d9ab02227d.tar.gz
Fix the build.
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/php_json.h1
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