summaryrefslogtreecommitdiff
path: root/py/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/misc.h')
-rw-r--r--py/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/misc.h b/py/misc.h
index 86ac2ec9a..5c1cc2f7a 100644
--- a/py/misc.h
+++ b/py/misc.h
@@ -26,6 +26,8 @@
#ifndef MICROPY_INCLUDED_PY_MISC_H
#define MICROPY_INCLUDED_PY_MISC_H
+#include "py/mpconfig.h"
+
// a mini library of useful types and functions
/** types *******************************************************/