From 77beb62c5f70e5c4792a01b299ae40d9ab02227d Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sun, 31 May 2009 18:55:10 +0000 Subject: Fix the build. --- ext/json/php_json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/json/php_json.h') 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 -- cgit v1.2.1