diff options
Diffstat (limited to 'boot/bootmeth_sandbox.c')
-rw-r--r-- | boot/bootmeth_sandbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/bootmeth_sandbox.c b/boot/bootmeth_sandbox.c index 0bc8f688e30..aabc57e635a 100644 --- a/boot/bootmeth_sandbox.c +++ b/boot/bootmeth_sandbox.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY UCLASS_BOOTSTD +#include <common.h> #include <bootdev.h> #include <bootflow.h> #include <bootmeth.h> |