diff options
Diffstat (limited to 'src/include/vbe.h')
-rw-r--r-- | src/include/vbe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/vbe.h b/src/include/vbe.h index cfae7e4025..9497ec68ae 100644 --- a/src/include/vbe.h +++ b/src/include/vbe.h @@ -13,7 +13,8 @@ #ifndef VBE_H #define VBE_H -#include <boot/coreboot_tables.h> +#include <stdint.h> + // these structs are for input from and output to OF typedef struct { u8 display_type; // 0 = NONE, 1 = analog, 2 = digital |