From 97a3f6cf94365141b98363d29a88865f6876e5a6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 2 Nov 2017 18:05:12 -0400 Subject: "in_protocol" is used in more than shim.o; make it not static. Signed-off-by: Peter Jones --- tpm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tpm.c') diff --git a/tpm.c b/tpm.c index 05b3c6fb..dbbafbf1 100644 --- a/tpm.c +++ b/tpm.c @@ -4,8 +4,7 @@ #include #include "tpm.h" - -extern UINT8 in_protocol; +#include "console.h" #define perror(fmt, ...) ({ \ UINTN __perror_ret = 0; \ -- cgit v1.2.3