From 897269a38bf0befbb2daf1fd261acc6f95d8b2a8 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Fri, 22 Aug 2025 22:54:28 +0200 Subject: vga.h: Fix unknown type name This has only been working so far because vga.h was included only on source files already including stdint.h. We should put it direct to the header file Signed-off-by: Carlos Maiolino --- src/include/toxic/vga.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/toxic/vga.h') diff --git a/src/include/toxic/vga.h b/src/include/toxic/vga.h index 7aaa210..b209bf7 100644 --- a/src/include/toxic/vga.h +++ b/src/include/toxic/vga.h @@ -1,6 +1,7 @@ #ifndef VGA_H #define VGA_H #include +#include #define VGA_ADDRESS 0xb8000 #define VGA_WIDTH 80 -- cgit v1.2.3