diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-12 10:28:04 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-12 10:28:04 +0200 |
| commit | 457a2117706cdaee34f894e67c89da7bf29f6143 (patch) | |
| tree | e3a1a519c5360abcca95732500594c92af9af51c /src/libc/stdio.h | |
| parent | 39713a3736145483dd3310c3605f940ca34f05c3 (diff) | |
Refactoring
Diffstat (limited to 'src/libc/stdio.h')
| -rw-r--r-- | src/libc/stdio.h | 2 |
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); |
