diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-04 20:39:16 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-04 20:39:16 +1000 |
commit | 3cf02be4e025ae74fa1a6924ff773e40fe5ef970 (patch) | |
tree | 72366ee6dba1dcd1fe1f5a3180ecb1a1c7fc99f7 /py | |
parent | aea71dbde0d7bc31d9ac40ee1905c884fbf7b0de (diff) |
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
Diffstat (limited to 'py')
-rw-r--r-- | py/emitnx86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/emitnx86.c b/py/emitnx86.c index d4cd24d74..5d2bbb267 100644 --- a/py/emitnx86.c +++ b/py/emitnx86.c @@ -1,6 +1,7 @@ // x86 specific stuff #include "py/mpconfig.h" +#include "py/runtime0.h" #if MICROPY_EMIT_X86 |