diff options
Diffstat (limited to 'stand/common/gfx_fb.c')
| -rw-r--r-- | stand/common/gfx_fb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stand/common/gfx_fb.c b/stand/common/gfx_fb.c index 3de0a8b631ee..eb41c51c50b6 100644 --- a/stand/common/gfx_fb.c +++ b/stand/common/gfx_fb.c @@ -98,6 +98,7 @@ #if defined(EFI) #include <efi.h> #include <efilib.h> +#include <Protocol/GraphicsOutput.h> #else #include <vbe.h> #endif @@ -855,7 +856,7 @@ gfxfb_blt(void *BltBuffer, GFXFB_BLT_OPERATION BltOperation, int rv; #if defined(EFI) EFI_STATUS status; - EFI_GRAPHICS_OUTPUT *gop = gfx_state.tg_private; + EFI_GRAPHICS_OUTPUT_PROTOCOL *gop = gfx_state.tg_private; EFI_TPL tpl; /* |
