diff options
Diffstat (limited to 'vgasrc/stdvgaio.c')
-rw-r--r-- | vgasrc/stdvgaio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vgasrc/stdvgaio.c b/vgasrc/stdvgaio.c index d6138c22..77fcecdf 100644 --- a/vgasrc/stdvgaio.c +++ b/vgasrc/stdvgaio.c @@ -5,7 +5,8 @@ // This file may be distributed under the terms of the GNU LGPLv3 license. #include "farptr.h" // GET_FARVAR -#include "stdvga.h" // stdvga_pelmask_read +#include "stdvga.h" // VGAREG_PEL_MASK +#include "vgautil.h" // stdvga_pelmask_read #include "x86.h" // inb u8 |