commit | 6f04498823faea22d94d9cea8eef4f0d600a3426 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:39:52 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 14:53:28 2020 -0400 |
tree | cabc2d858e6c69366772a5aab202d5fcbc021ad2 | |
parent | cb5a0ffc1461cce3bc366d45938b09dff5a3d949 [diff] [blame] |
common: Drop uuid.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/lib/efi_loader/efi_variable.c b/lib/efi_loader/efi_variable.c index 1089268..0408079 100644 --- a/lib/efi_loader/efi_variable.c +++ b/lib/efi_loader/efi_variable.c
@@ -12,6 +12,7 @@ #include <malloc.h> #include <rtc.h> #include <search.h> +#include <uuid.h> #include <crypto/pkcs7_parser.h> #include <linux/compat.h> #include <u-boot/crc.h>