diff options
Diffstat (limited to 'py/warning.c')
-rw-r--r-- | py/warning.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/warning.c b/py/warning.c index 4cce177664..469c19cea7 100644 --- a/py/warning.c +++ b/py/warning.c @@ -27,8 +27,8 @@ #include <stdarg.h> #include <stdio.h> -#include "py/obj.h" #include "py/emit.h" +#include "py/runtime.h" #if MICROPY_WARNINGS |