diff options
Diffstat (limited to 'cmd/efi_common.c')
-rw-r--r-- | cmd/efi_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/efi_common.c b/cmd/efi_common.c index c46764e6eea..1aa2351fcdf 100644 --- a/cmd/efi_common.c +++ b/cmd/efi_common.c @@ -6,6 +6,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <efi.h> #include <efi_api.h> #include <uuid.h> |