diff options
| author | Heinrich Schuchardt <[email protected]> | 2020-05-07 17:57:43 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2020-05-07 18:23:18 +0200 |
| commit | d7ca3ce3d3b990503cb6e0bafad91aa2a7c96b9d (patch) | |
| tree | 19265b94ca07563feb3d63592ce826500abffd56 /lib | |
| parent | 6f146155f879ff42d465f0cca8ec2a7f8cb0961e (diff) | |
efi_loader: crypto/pkcs7_parser.h is not a local include
User <> and not "" for referencing a global include.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/efi_image_loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_image_loader.c b/lib/efi_loader/efi_image_loader.c index ac4f65c9d82..4e075ae416e 100644 --- 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; |
