summaryrefslogtreecommitdiff
path: root/MokManager.c
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2015-05-12 21:51:24 -0400
committerMathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>2015-05-12 21:51:24 -0400
commitc2f285a93f50edc40d6f2b8114e4f9af812398d0 (patch)
tree6940e340eae98afd92b17d71589fdd0e9e6ba9ac /MokManager.c
parentd6f876b8504896cd20e3e6455a6baf7eabaf49f9 (diff)
downloadefi-boot-shim-c2f285a93f50edc40d6f2b8114e4f9af812398d0.tar.gz
efi-boot-shim-c2f285a93f50edc40d6f2b8114e4f9af812398d0.zip
More GCC 5 fixes: stdarg.h and other include tweaks, cherry-pick from
d51739a4.
Diffstat (limited to 'MokManager.c')
-rw-r--r--MokManager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MokManager.c b/MokManager.c
index ee29051d..0235dd8a 100644
--- a/MokManager.c
+++ b/MokManager.c
@@ -1,5 +1,6 @@
#include <efi.h>
#include <efilib.h>
+#include <stdarg.h>
#include <Library/BaseCryptLib.h>
#include <openssl/x509.h>
#include "shim.h"