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