diff options
Diffstat (limited to 'video/console.h')
| -rw-r--r-- | video/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/console.h b/video/console.h index 74ec50c..71c3c72 100644 --- a/video/console.h +++ b/video/console.h @@ -3,7 +3,7 @@ // 80 x 24 // TODO: implement VT100 -#include "lib/int/stdint.h" +#include <stdint.h> #define SCR_VIDEOMEM 0xb8000 |
