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