projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f14615
)
efi_loader: crypto/pkcs7_parser.h is not a local include
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 7 May 2020 15:57:43 +0000
(17:57 +0200)
committer
Heinrich 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
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_image_loader.c
b/lib/efi_loader/efi_image_loader.c
index ac4f65c9d8259452eddf993d7b70952356e4791c..4e075ae416e66e8be2b0053f1807b60710751d58 100644
(file)
--- a/
lib/efi_loader/efi_image_loader.c
+++ b/
lib/efi_loader/efi_image_loader.c
@@
-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;