vgabios: Fix compile error due to missing include in clext.c.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 28 Dec 2011 02:34:33 +0000 (21:34 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 28 Dec 2011 02:34:33 +0000 (21:34 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/clext.c

index ed6d50736b3c980fbba8f551ae605c6bd0f5df83..277246b0369ee888388a9df9b58ed22dbb10081e 100644 (file)
@@ -8,6 +8,7 @@
 #include "vgatables.h" // cirrus_init
 #include "biosvar.h" // GET_GLOBAL
 #include "util.h" // dprintf
+#include "bregs.h" // struct bregs
 
 
 /****************************************************************