diff options
Diffstat (limited to 'cmd/efi.c')
-rw-r--r-- | cmd/efi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/efi.c b/cmd/efi.c index 1558cb17eb0..f2ed26bd4b2 100644 --- a/cmd/efi.c +++ b/cmd/efi.c @@ -11,6 +11,7 @@ #include <log.h> #include <malloc.h> #include <sort.h> +#include <asm/global_data.h> static const char *const type_name[] = { "reserved", |