From a0e2b876cacf1dae415dd331e0589b1832ae2052 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Mon, 17 Nov 2014 14:28:27 +0200 Subject: [PATCH] including stddef.h in the jsmn.h, fixed issue #28 --- jsmn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsmn.h b/jsmn.h index 9174980..95fb2ca 100644 --- a/jsmn.h +++ b/jsmn.h @@ -1,6 +1,8 @@ #ifndef __JSMN_H_ #define __JSMN_H_ +#include + #ifdef __cplusplus extern "C" { #endif