aboutsummaryrefslogtreecommitdiff
path: root/src/libc
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
commit39713a3736145483dd3310c3605f940ca34f05c3 (patch)
treed4dcdf0f3b667a5d706aa4b04501a71facf186bd /src/libc
parent6edeba8fe208fb019aec00fdc72b97407a8078d3 (diff)
Refactoring
Diffstat (limited to 'src/libc')
-rw-r--r--src/libc/stdio.h2
1 files changed, 1 insertions, 1 deletions
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);