From 391ed256d21a6ae2e2456d1809f357e6e96e15d1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 20 Jan 2020 23:12:54 +0100 Subject: Added pure awesomeness Actually quite some days of work but ok --- src/kernel/lib/stdio/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kernel/lib/stdio/debug.c') diff --git a/src/kernel/lib/stdio/debug.c b/src/kernel/lib/stdio/debug.c index d66ee59..f670588 100644 --- a/src/kernel/lib/stdio/debug.c +++ b/src/kernel/lib/stdio/debug.c @@ -3,6 +3,7 @@ #include #include #include +#include void _write_serial(const char *data) { -- cgit v1.2.3