From d51739a416400ad348d8a1c7e3886abce11fff1b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 7 Apr 2015 11:59:25 -0400 Subject: gcc 5.0 changes some include bits, so copy what arm does on x86. Basically they messed around with stdarg some and now we need to do it the other way. Signed-off-by: Peter Jones --- MokManager.c | 1 + 1 file changed, 1 insertion(+) (limited to 'MokManager.c') diff --git a/MokManager.c b/MokManager.c index ee29051d..0235dd8a 100644 --- a/MokManager.c +++ b/MokManager.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include "shim.h" -- cgit v1.2.3