diff options
author | Marvin Borner | 2020-05-31 20:26:40 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-31 20:26:40 +0200 |
commit | eaadde5453e33af6826bb03488991aab0297d3dd (patch) | |
tree | f52d06c0841b664abcab547481dca41f4cfb30ff /src/kernel/lib/stdio/vprintf.c | |
parent | 45a5ecc72d8e700614a0751f0e7ec68199885b77 (diff) |
OMG
Diffstat (limited to 'src/kernel/lib/stdio/vprintf.c')
-rw-r--r-- | src/kernel/lib/stdio/vprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/stdio/vprintf.c b/src/kernel/lib/stdio/vprintf.c index 3c4ecac..5405309 100644 --- a/src/kernel/lib/stdio/vprintf.c +++ b/src/kernel/lib/stdio/vprintf.c @@ -1,6 +1,6 @@ +#include <lib/lib.h> #include <lib/stdio.h> #include <lib/stdlib.h> -#include <lib/lib.h> #include <stdint.h> // TODO: Use global formatting function |