From: Matthias Schiffer Date: Sun, 29 May 2016 03:19:50 +0000 (+0200) Subject: Include stddef.h in json_object.h X-Git-Tag: json-c-0.13-20171207~159^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F233%2Fhead;p=thirdparty%2Fjson-c.git Include stddef.h in json_object.h It is needed for size_t. --- diff --git a/json_object.h b/json_object.h index d8090f86..43d4564a 100644 --- a/json_object.h +++ b/json_object.h @@ -21,6 +21,7 @@ #define THIS_FUNCTION_IS_DEPRECATED(func) func #endif +#include #include "json_inttypes.h" #ifdef __cplusplus