From 71396c5cd460890c52e348687e6e7c864e2dfeed Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sun, 7 Aug 2022 16:39:28 +0200 Subject: types.h; libk and heap begining --- kernel/include/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/include/graphics.h') diff --git a/kernel/include/graphics.h b/kernel/include/graphics.h index 84505d8..2714f62 100644 --- a/kernel/include/graphics.h +++ b/kernel/include/graphics.h @@ -1,7 +1,7 @@ #ifndef GRAPHICS_H #define GRAPHICS_H -#include +#include struct fb_t { uint64_t addr; -- cgit v1.2.3