diff options
Diffstat (limited to 'disk/part_efi.c')
-rw-r--r-- | disk/part_efi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/disk/part_efi.c b/disk/part_efi.c index 72bfb4b609..de3491821f 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -11,6 +11,7 @@ */ #include <common.h> #include <blk.h> +#include <log.h> #include <part.h> #include <uuid.h> #include <asm/cache.h> |