diff options
author | Marvin Borner | 2020-02-16 17:29:19 +0100 |
---|---|---|
committer | Marvin Borner | 2020-02-16 17:29:50 +0100 |
commit | 45184af20936cb889b658e69e00a0bb3d522757f (patch) | |
tree | 4b6c3408e526fe733ccfa960726c37e70dc6f989 /src/kernel/lib/stdio/debug.c | |
parent | f5b995586e28f7db426f4707a4348dc067df41c0 (diff) |
Revert to good ol' paging
Diffstat (limited to 'src/kernel/lib/stdio/debug.c')
-rw-r--r-- | src/kernel/lib/stdio/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/stdio/debug.c b/src/kernel/lib/stdio/debug.c index f670588..cd042f4 100644 --- a/src/kernel/lib/stdio/debug.c +++ b/src/kernel/lib/stdio/debug.c @@ -3,7 +3,7 @@ #include <kernel/lib/string.h> #include <kernel/lib/stdlib.h> #include <kernel/io/io.h> -#include <kernel/memory/kheap.h> +#include <kernel/memory/alloc.h> void _write_serial(const char *data) { |