diff options
Diffstat (limited to 'stm/printf.c')
-rw-r--r-- | stm/printf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/printf.c b/stm/printf.c index 732e834526..82b168d1c4 100644 --- a/stm/printf.c +++ b/stm/printf.c @@ -1,9 +1,12 @@ #include <stdint.h> +#include <string.h> #include <stdarg.h> + #include "std.h" #include "misc.h" #include "systick.h" #include "mpconfig.h" +#include "qstr.h" #include "obj.h" #include "lcd.h" #include "usart.h" |