diff options
Diffstat (limited to 'src/common/libc/printf.c')
-rw-r--r-- | src/common/libc/printf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/libc/printf.c b/src/common/libc/printf.c index 8618741..d1671c3 100644 --- a/src/common/libc/printf.c +++ b/src/common/libc/printf.c @@ -1,6 +1,7 @@ -#include <printf.h> #include <stdarg.h> +#include <kogata/printf.h> + int snprintf(char * buff, size_t len, const char *format, ...) { va_list ap; |