Skip to content

Commit f518173

Browse files
committed
sys/fmt: don't include stdio_base.h
1 parent 028f6e5 commit f518173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sys/fmt/fmt.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
#include "kernel_defines.h"
2929
#include "fmt.h"
30-
#include "stdio_base.h"
30+
31+
extern ssize_t stdio_write(const void* buffer, size_t len);
3132

3233
static const char _hex_chars[16] = "0123456789ABCDEF";
3334

0 commit comments

Comments
 (0)