Include stddef.h in json_object.h

It is needed for size_t.
This commit is contained in:
Matthias Schiffer
2016-05-29 05:19:50 +02:00
parent 7ae5c3f7a6
commit 22fdcfc71a

View File

@@ -21,6 +21,7 @@
#define THIS_FUNCTION_IS_DEPRECATED(func) func
#endif
#include <stddef.h>
#include "json_inttypes.h"
#ifdef __cplusplus