提交 46ff20c8 编写于 作者: M Max Bruckner

cJSON.h: add stddef.h because of size_t

上级 5cca67e3
......@@ -28,6 +28,8 @@ extern "C"
{
#endif
#include <stddef.h>
/* cJSON Types: */
#define cJSON_False (1 << 0)
#define cJSON_True (1 << 1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册