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:
Gary Lin 2018-01-04 14:31:51 +08:00 committed by Peter Jones
parent 736af67122
commit 62d8397202

View File

@ -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"