aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/clext.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-12-27 21:34:33 -0500
committerKevin O'Connor <kevin@koconnor.net>2011-12-27 21:34:33 -0500
commit3c06536954c7683af75090566732f855552f7e16 (patch)
tree946ac480bc26ef2ba691b2ca1ad1eb52d9a867d9 /vgasrc/clext.c
parente48a53795452212a259a34e685e05f38d823cafe (diff)
downloadseabios-3c06536954c7683af75090566732f855552f7e16.tar.gz
vgabios: Fix compile error due to missing include in clext.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/clext.c')
-rw-r--r--vgasrc/clext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/clext.c b/vgasrc/clext.c
index ed6d5073..277246b0 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
/****************************************************************