diff options
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); |
