--- zzzz-none-000/linux-3.10.107/arch/x86/boot/video.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/x86/boot/video.c 2021-02-04 17:41:59.000000000 +0000 @@ -13,10 +13,14 @@ * Select video mode */ +#include + #include "boot.h" #include "video.h" #include "vesa.h" +static u16 video_segment; + static void store_cursor_position(void) { struct biosregs ireg, oreg;