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

master
Serge A. Zaitsev 10 years ago
parent 838061aa96
commit a0e2b876ca

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

Loading…
Cancel
Save