cJSON.h: add stddef.h because of size_t

This commit is contained in:
Max Bruckner 2016-11-14 22:25:16 +07:00
parent 5cca67e3fc
commit 46ff20c8b0
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ extern "C"
{
#endif
#include <stddef.h>
/* cJSON Types: */
#define cJSON_False (1 << 0)
#define cJSON_True (1 << 1)