diff --git a/sys/fmt/fmt.c b/sys/fmt/fmt.c index d66e266990f6c..727d447a86a0e 100644 --- a/sys/fmt/fmt.c +++ b/sys/fmt/fmt.c @@ -27,7 +27,8 @@ #include "kernel_defines.h" #include "fmt.h" -#include "stdio_base.h" + +extern ssize_t stdio_write(const void* buffer, size_t len); static const char _hex_chars[16] = "0123456789ABCDEF";