From 62d8397202a0fc1d9d2b20b59a165e9bc989e324 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Thu, 4 Jan 2018 14:31:51 +0800 Subject: [PATCH] httpboot: include console.h in_protocol is declared in console.h, so httpboot.c has to include the header. Signed-off-by: Gary Lin --- httpboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/httpboot.c b/httpboot.c index 7219e9b..ecb1247 100644 --- a/httpboot.c +++ b/httpboot.c @@ -34,6 +34,7 @@ #include #include #include "str.h" +#include "console.h" #include "Http.h" #include "Ip4Config2.h" #include "Ip6Config.h"