summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2018-01-04 14:31:51 +0800
committerPeter Jones <pjones@redhat.com>2018-02-28 14:47:15 -0500
commit62d8397202a0fc1d9d2b20b59a165e9bc989e324 (patch)
treebb9dd0d8cfae0a729bf0ae77a2fdca8e3aeb895a
parent736af671226c7aa93b7edbcfdf87fc6856a907e0 (diff)
downloadefi-boot-shim-62d8397202a0fc1d9d2b20b59a165e9bc989e324.tar.gz
efi-boot-shim-62d8397202a0fc1d9d2b20b59a165e9bc989e324.zip
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>
-rw-r--r--httpboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/httpboot.c b/httpboot.c
index 7219e9bb..ecb12473 100644
--- a/httpboot.c
+++ b/httpboot.c
@@ -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"