efi_loader: crypto/pkcs7_parser.h is not a local include
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 7 May 2020 15:57:43 +0000 (17:57 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 7 May 2020 16:23:18 +0000 (18:23 +0200)
User <> and not "" for referencing a global include.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_image_loader.c

index ac4f65c9d8259452eddf993d7b70952356e4791c..4e075ae416e66e8be2b0053f1807b60710751d58 100644 (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;