summaryrefslogtreecommitdiffstatshomepage
path: root/py/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/malloc.c')
-rw-r--r--py/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/malloc.c b/py/malloc.c
index 1ee588fa0a..451e480e8e 100644
--- a/py/malloc.c
+++ b/py/malloc.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdint.h>
#include "mpconfig.h"
#include "misc.h"