summaryrefslogtreecommitdiff
path: root/jsmn.h
diff options
context:
space:
mode:
authorSerge A. Zaitsev <zaitsev.serge@gmail.com>2014-11-17 14:28:27 +0200
committerSerge A. Zaitsev <zaitsev.serge@gmail.com>2014-11-17 14:28:27 +0200
commita0e2b876cacf1dae415dd331e0589b1832ae2052 (patch)
tree943d231ff17c0899ff7327adaf98386a8266022f /jsmn.h
parent838061aa96bf9a756b3ae744787064b3201da914 (diff)
including stddef.h in the jsmn.h, fixed issue #28
Diffstat (limited to 'jsmn.h')
-rw-r--r--jsmn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/jsmn.h b/jsmn.h
index 9174980c5..95fb2cabd 100644
--- a/jsmn.h
+++ b/jsmn.h
@@ -1,6 +1,8 @@
#ifndef __JSMN_H_
#define __JSMN_H_
+#include <stddef.h>
+
#ifdef __cplusplus
extern "C" {
#endif