mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-12 00:16:50 +00:00
httpboot: include console.h
in_protocol is declared in console.h, so httpboot.c has to include the header. Signed-off-by: Gary Lin <glin@suse.com>
This commit is contained in:
parent
736af67122
commit
62d8397202
@ -34,6 +34,7 @@
|
||||
#include <efi.h>
|
||||
#include <efilib.h>
|
||||
#include "str.h"
|
||||
#include "console.h"
|
||||
#include "Http.h"
|
||||
#include "Ip4Config2.h"
|
||||
#include "Ip6Config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user