From 22fdcfc71af2b366afb19e30e18cc5bc87077dd4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 29 May 2016 05:19:50 +0200 Subject: [PATCH] Include stddef.h in json_object.h It is needed for size_t. --- json_object.h | 1 + 1 file changed, 1 insertion(+) diff --git a/json_object.h b/json_object.h index d8090f8..43d4564 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 -- 2.49.0