py/emitnx86: Fix 32-bit x86 native emitter build by including header.

pull/3767/head
Damien George 2018-05-04 20:39:16 +10:00
rodzic aea71dbde0
commit 3cf02be4e0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
// x86 specific stuff
#include "py/mpconfig.h"
#include "py/runtime0.h"
#if MICROPY_EMIT_X86