py/emitnx86: Fix 32-bit x86 native emitter build by including header.
This commit is contained in:
parent
aea71dbde0
commit
3cf02be4e0
|
@ -1,6 +1,7 @@
|
||||||
// x86 specific stuff
|
// x86 specific stuff
|
||||||
|
|
||||||
#include "py/mpconfig.h"
|
#include "py/mpconfig.h"
|
||||||
|
#include "py/runtime0.h"
|
||||||
|
|
||||||
#if MICROPY_EMIT_X86
|
#if MICROPY_EMIT_X86
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue