diff options
Diffstat (limited to 'stmhal/malloc0.c')
-rw-r--r-- | stmhal/malloc0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stmhal/malloc0.c b/stmhal/malloc0.c index 85a643f72d..510fa0d740 100644 --- a/stmhal/malloc0.c +++ b/stmhal/malloc0.c @@ -1,5 +1,6 @@ +#include <stdio.h> #include <stdint.h> -#include "std.h" +#include "misc.h" #include "mpconfig.h" #include "gc.h" |