diff options
Diffstat (limited to 'vgasrc/cbvga.c')
-rw-r--r-- | vgasrc/cbvga.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/cbvga.c b/vgasrc/cbvga.c index 1cfb9d37..b4d7d36b 100644 --- a/vgasrc/cbvga.c +++ b/vgasrc/cbvga.c @@ -11,6 +11,7 @@ #include "string.h" // memset16_far #include "util.h" // find_cb_table #include "vgabios.h" // VGAREG_* +#include "vgafb.h" // handle_gfx_op static int CBmode VAR16; static struct vgamode_s CBmodeinfo VAR16; |