andrei          Sun May 31 18:55:10 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/json   php_json.h 
  Log:
  Fix the build.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/json/php_json.h?r1=1.8.2.2.2.6&r2=1.8.2.2.2.7&diff_format=u
Index: php-src/ext/json/php_json.h
diff -u php-src/ext/json/php_json.h:1.8.2.2.2.6 
php-src/ext/json/php_json.h:1.8.2.2.2.7
--- php-src/ext/json/php_json.h:1.8.2.2.2.6     Sun May 31 01:44:07 2009
+++ php-src/ext/json/php_json.h Sun May 31 18:55:10 2009
@@ -16,12 +16,13 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_json.h,v 1.8.2.2.2.6 2009/05/31 01:44:07 andrei Exp $ */
+/* $Id: php_json.h,v 1.8.2.2.2.7 2009/05/31 18:55:10 andrei Exp $ */
 
 #ifndef PHP_JSON_H
 #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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to