aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/stdio/printf.c')
-rw-r--r--src/kernel/lib/stdio/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/stdio/printf.c b/src/kernel/lib/stdio/printf.c
index cc65463..c1b08e7 100644
--- a/src/kernel/lib/stdio/printf.c
+++ b/src/kernel/lib/stdio/printf.c
@@ -1,5 +1,5 @@
-#include <stdarg.h>
#include <lib/stdio.h>
+#include <stdarg.h>
void printf(const char *fmt, ...)
{