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