diff options
Diffstat (limited to 'stm/printf.c')
-rw-r--r-- | stm/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/printf.c b/stm/printf.c index 3ccdd7084b..4c178b94be 100644 --- a/stm/printf.c +++ b/stm/printf.c @@ -1,3 +1,4 @@ +#include <stdint.h> #include <stdarg.h> #include "std.h" #include "misc.h" |