commit | 2fe7e6bef0b41129c1e443660edd7ad29b74daaa | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Thu Dec 17 22:17:26 2015 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Thu Dec 17 22:17:26 2015 +0000 |
tree | 2ceca21f5274978b8a0503eecad8ca907f273fe7 | |
parent | 3db2b230602b0140b3ea430c61d415335d939274 [diff] [blame] |
py/parse: Include stddef.h for definition of size_t.
diff --git a/py/parse.h b/py/parse.h index 0f1797a..4208ce1 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"