summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/modstm.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/modstm.c')
-rw-r--r--stmhal/modstm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/modstm.c b/stmhal/modstm.c
index 74fae32550..005cd824ae 100644
--- a/stmhal/modstm.c
+++ b/stmhal/modstm.c
@@ -34,6 +34,9 @@
#include "extmod/machine_mem.h"
#include "portmodules.h"
+#include "py/objint.h"
+#include "genhdr/modstm_mpz.h"
+
STATIC const mp_map_elem_t stm_module_globals_table[] = {
{ MP_OBJ_NEW_QSTR(MP_QSTR___name__), MP_OBJ_NEW_QSTR(MP_QSTR_stm) },