Fix error: unknown type name 'size_t'
diff --git a/py/misc.h b/py/misc.h
index 860215d..d828998 100644
--- a/py/misc.h
+++ b/py/misc.h
@@ -32,6 +32,7 @@
 /** types *******************************************************/
 
 #include <stdbool.h>
+#include <stddef.h>
 
 typedef unsigned char byte;
 typedef unsigned int uint;