diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/parse.h b/py/parse.h index 0f1797aab1..4208ce10ae 100644 --- a/py/parse.h +++ b/py/parse.h @@ -26,6 +26,7 @@ #ifndef __MICROPY_INCLUDED_PY_PARSE_H__ #define __MICROPY_INCLUDED_PY_PARSE_H__ +#include <stddef.h> #include <stdint.h> #include "py/mpconfig.h" |