py/mphal: Add stddef.h header for size_t.
This includes "stddef.h" for `size_t` to resolve NuttX integration build issues. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
d4399b3230
commit
ab4af2c1a6
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#define MICROPY_INCLUDED_PY_MPHAL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "py/mpconfig.h"
|
||||
|
||||
#ifdef MICROPY_MPHALPORT_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue