diff options
Diffstat (limited to 'boot/vbe.c')
-rw-r--r-- | boot/vbe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/vbe.c b/boot/vbe.c index 00673de7ee..52b3283003 100644 --- a/boot/vbe.c +++ b/boot/vbe.c @@ -6,6 +6,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <bootmeth.h> #include <bootstd.h> #include <dm.h> |