diff options
Diffstat (limited to 'drivers/tty.c')
| -rw-r--r-- | drivers/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty.c b/drivers/tty.c index 7bce7e7..ae15778 100644 --- a/drivers/tty.c +++ b/drivers/tty.c @@ -1,9 +1,9 @@ #include <stdint.h> #include <stdio.h> +#include "gfx.h" #include "io.h" #include "panic.h" #include "tty.h" -#include "vga.h" static int term_x, term_y; static uint8_t term_col; |