summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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