Skip to content

Commit e29fce9

Browse files
committed
stddef.h is required for size_t in js0n.h
1 parent f8945ce commit e29fce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js0n.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// vlen = where to store return value length
66
// returns pointer to value and sets len to value length, or 0 if not found
77
// any parse error will set vlen to the position of the error
8+
#include <stddef.h>
89
#ifdef __cplusplus
910
extern "C" {
1011
#endif

0 commit comments

Comments
 (0)