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