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:
parent
6f146155f8
commit
d7ca3ce3d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user