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

pull/1727/head
Damien George 2015-12-17 22:17:26 +00:00
rodzic 3db2b23060
commit 2fe7e6bef0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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