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