aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
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
parente48a53795452212a259a34e685e05f38d823cafe (diff)
downloadseabios-hppa-3c06536954c7683af75090566732f855552f7e16.zip
seabios-hppa-3c06536954c7683af75090566732f855552f7e16.tar.gz
seabios-hppa-3c06536954c7683af75090566732f855552f7e16.tar.bz2
vgabios: Fix compile error due to missing include in clext.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc')
-rw-r--r--vgasrc/clext.c1
1 files changed, 1 insertions, 0 deletions
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
/****************************************************************