diff options
Diffstat (limited to 'common/spl/spl_xip.c')
-rw-r--r-- | common/spl/spl_xip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/spl_xip.c b/common/spl/spl_xip.c index 1af4da87255..f8572780184 100644 --- a/common/spl/spl_xip.c +++ b/common/spl/spl_xip.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <image.h> #include <spl.h> static int spl_xip(struct spl_image_info *spl_image, |