diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-12-27 21:34:33 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-12-27 21:34:33 -0500 |
commit | 3c06536954c7683af75090566732f855552f7e16 (patch) | |
tree | 946ac480bc26ef2ba691b2ca1ad1eb52d9a867d9 /vgasrc/clext.c | |
parent | e48a53795452212a259a34e685e05f38d823cafe (diff) | |
download | seabios-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.c | 1 |
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 /**************************************************************** |