Skip to content

Commit 3cf02be

Browse files
committed
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
1 parent aea71db commit 3cf02be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/emitnx86.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// x86 specific stuff
22

33
#include "py/mpconfig.h"
4+
#include "py/runtime0.h"
45

56
#if MICROPY_EMIT_X86
67

0 commit comments

Comments
 (0)