From f98bbf09fc2f531b4ad220b987927addb1d4520f Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 27 Jan 2012 23:09:02 -0500 Subject: vgabios: Move stdvga_set_mode() to stdvgamodes.c. Signed-off-by: Kevin O'Connor --- vgasrc/stdvgaio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vgasrc/stdvgaio.c') diff --git a/vgasrc/stdvgaio.c b/vgasrc/stdvgaio.c index 5591ad20..b370d1af 100644 --- a/vgasrc/stdvgaio.c +++ b/vgasrc/stdvgaio.c @@ -5,6 +5,7 @@ // This file may be distributed under the terms of the GNU LGPLv3 license. #include "stdvga.h" // stdvga_pelmask_read +#include "farptr.h" // GET_FARVAR #include "ioport.h" // inb u8 -- cgit