diff options
Diffstat (limited to 'py/gc.h')
-rw-r--r-- | py/gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #define MICROPY_INCLUDED_PY_GC_H #include <stdbool.h> -#include <stdint.h> +#include <stddef.h> void gc_init(void *start, void *end); |