From: Michael Clark Date: Sat, 26 Jan 2008 01:10:47 +0000 (+0000) Subject: fix to allow compile with -Werror X-Git-Tag: json-c-0.10-20120530~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3272546b13225d4102130dc70799cfb40eee076;p=thirdparty%2Fjson-c.git fix to allow compile with -Werror -- Geoffrey Young, geoff at modperlcookbook dot org git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@21 327403b1-1117-474d-bef2-5cb71233fd97 --- diff --git a/json_tokener.h b/json_tokener.h index 350b1c1c..117d6efc 100644 --- a/json_tokener.h +++ b/json_tokener.h @@ -12,6 +12,7 @@ #ifndef _json_tokener_h_ #define _json_tokener_h_ +#include #include "json_object.h" enum json_tokener_error {