py/parse: Include stddef.h for definition of size_t.

This commit is contained in:
Damien George 2015-12-17 22:17:26 +00:00
parent 3db2b23060
commit 2fe7e6bef0
1 changed files with 1 additions and 0 deletions

View File

@ -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"