py/parse: Include stddef.h for definition of size_t.
This commit is contained in:
parent
3db2b23060
commit
2fe7e6bef0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user