mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 22:49:06 +08:00
Include stddef.h in json_object.h
It is needed for size_t.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#define THIS_FUNCTION_IS_DEPRECATED(func) func
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#include "json_inttypes.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user