diff options
Diffstat (limited to 'drivers/video/efi.c')
-rw-r--r-- | drivers/video/efi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/efi.c b/drivers/video/efi.c index 78d123fad4..28ac15ff61 100644 --- a/drivers/video/efi.c +++ b/drivers/video/efi.c @@ -7,6 +7,7 @@ #define LOG_CATEGORY LOGC_EFI +#include <common.h> #include <dm.h> #include <efi_api.h> #include <log.h> |