From 457a2117706cdaee34f894e67c89da7bf29f6143 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 12 Apr 2021 10:28:04 +0200 Subject: Refactoring --- src/libc/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libc/stdio.h') diff --git a/src/libc/stdio.h b/src/libc/stdio.h index 5805f5a..e2a35ad 100644 --- a/src/libc/stdio.h +++ b/src/libc/stdio.h @@ -1,7 +1,7 @@ #ifndef STDIO_H #define STDIO_H -#include "core/framebuffer.h" +#include "drivers/framebuffer.h" void print(char*); void printc(char*,VIDEO_COLORS c); -- cgit v1.2.3