aboutsummaryrefslogtreecommitdiff
path: root/src/libc/stdio.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:28:04 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:28:04 +0200
commit457a2117706cdaee34f894e67c89da7bf29f6143 (patch)
treee3a1a519c5360abcca95732500594c92af9af51c /src/libc/stdio.h
parent39713a3736145483dd3310c3605f940ca34f05c3 (diff)
Refactoring
Diffstat (limited to 'src/libc/stdio.h')
-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 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);