1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-23 15:12:04 +00:00

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

View File

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