From 45184af20936cb889b658e69e00a0bb3d522757f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 16 Feb 2020 17:29:19 +0100 Subject: Revert to good ol' paging --- src/kernel/lib/stdlib/htoa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/lib/stdlib/htoa.c') diff --git a/src/kernel/lib/stdlib/htoa.c b/src/kernel/lib/stdlib/htoa.c index ccb01f1..49ca703 100644 --- a/src/kernel/lib/stdlib/htoa.c +++ b/src/kernel/lib/stdlib/htoa.c @@ -1,6 +1,6 @@ #include #include -#include +#include static const char HTOA_TABLE[] = "0123456789ABCDEF"; -- cgit v1.2.3