summaryrefslogtreecommitdiffstatshomepage
path: root/stm/malloc0.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/malloc0.c')
-rw-r--r--stm/malloc0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stm/malloc0.c b/stm/malloc0.c
index 85a643f72d..510fa0d740 100644
--- a/stm/malloc0.c
+++ b/stm/malloc0.c
@@ -1,5 +1,6 @@
+#include <stdio.h>
#include <stdint.h>
-#include "std.h"
+#include "misc.h"
#include "mpconfig.h"
#include "gc.h"