diff options
Diffstat (limited to 'test/boot/image.c')
-rw-r--r-- | test/boot/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boot/image.c b/test/boot/image.c index 0894e30587f..2844b057859 100644 --- a/test/boot/image.c +++ b/test/boot/image.c @@ -6,6 +6,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <image.h> #include <test/suites.h> #include <test/ut.h> |