summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/micropython/mpconfigport.h')
-rw-r--r--apps/interpreters/micropython/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/micropython/mpconfigport.h b/apps/interpreters/micropython/mpconfigport.h
index 12724bdd9..c2cd1cf63 100644
--- a/apps/interpreters/micropython/mpconfigport.h
+++ b/apps/interpreters/micropython/mpconfigport.h
@@ -41,7 +41,6 @@
****************************************************************************/
#include <stdint.h>
-#include <wchar_t.h>
/* We need to provide a declaration/definition of alloca() */
@@ -100,6 +99,7 @@
* Public Types
****************************************************************************/
+typedef int wint_t; /* For newlib's math.h. See wchar_t */
typedef int32_t mp_int_t; /* must be pointer size */
typedef uint32_t mp_uint_t; /* must be pointer size */
typedef void *machine_ptr_t; /* must be of pointer size */