From 3c06536954c7683af75090566732f855552f7e16 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 27 Dec 2011 21:34:33 -0500 Subject: [PATCH] vgabios: Fix compile error due to missing include in clext.c. Signed-off-by: Kevin O'Connor --- vgasrc/clext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vgasrc/clext.c b/vgasrc/clext.c index ed6d507..277246b 100644 --- a/vgasrc/clext.c +++ b/vgasrc/clext.c @@ -8,6 +8,7 @@ #include "vgatables.h" // cirrus_init #include "biosvar.h" // GET_GLOBAL #include "util.h" // dprintf +#include "bregs.h" // struct bregs /**************************************************************** -- 2.25.1