diff options
| author | Gary Lin <glin@suse.com> | 2018-01-04 14:31:51 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2018-02-28 14:47:15 -0500 |
| commit | 62d8397202a0fc1d9d2b20b59a165e9bc989e324 (patch) | |
| tree | bb9dd0d8cfae0a729bf0ae77a2fdca8e3aeb895a /httpboot.c | |
| parent | 736af671226c7aa93b7edbcfdf87fc6856a907e0 (diff) | |
| download | efi-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>
Diffstat (limited to 'httpboot.c')
| -rw-r--r-- | httpboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
