including stddef.h in the jsmn.h, fixed issue #28

This commit is contained in:
Serge A. Zaitsev
2014-11-17 14:28:27 +02:00
parent 838061aa96
commit a0e2b876ca

2
jsmn.h
View File

@@ -1,6 +1,8 @@
#ifndef __JSMN_H_
#define __JSMN_H_
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif