efi_loader: crypto/pkcs7_parser.h is not a local include

User <> and not "" for referencing a global include.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2020-05-07 17:57:43 +02:00
parent 6f146155f8
commit d7ca3ce3d3

View File

@ -13,7 +13,7 @@
#include <malloc.h>
#include <pe.h>
#include <sort.h>
#include "crypto/pkcs7_parser.h"
#include <crypto/pkcs7_parser.h>
#include <linux/err.h>
const efi_guid_t efi_global_variable_guid = EFI_GLOBAL_VARIABLE_GUID;