From: Kevin O'Connor Date: Wed, 28 Dec 2011 02:34:33 +0000 (-0500) Subject: vgabios: Fix compile error due to missing include in clext.c. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=seabios.git;a=commitdiff_plain;h=3c06536954c7683af75090566732f855552f7e16 vgabios: Fix compile error due to missing include in clext.c. Signed-off-by: Kevin O'Connor --- 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 /****************************************************************