From ba06b3c50b4b275b66822dac8a894cd5ec508944 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:39:52 -0600 Subject: common: Drop uuid.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- disk/part_efi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disk') diff --git a/disk/part_efi.c b/disk/part_efi.c index 83876a7bd9..2970ce5bab 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -9,6 +9,7 @@ * when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this * limits the maximum size of addressable storage to < 2 Terra Bytes */ +#include #include #include #include -- cgit v1.2.3