diff options
Diffstat (limited to 'drivers/fastboot/fb_nand.c')
-rw-r--r-- | drivers/fastboot/fb_nand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/fastboot/fb_nand.c b/drivers/fastboot/fb_nand.c index 6756ea769f3..eb8a36f2922 100644 --- a/drivers/fastboot/fb_nand.c +++ b/drivers/fastboot/fb_nand.c @@ -6,6 +6,8 @@ #include <config.h> #include <common.h> +#include <blk.h> +#include <flash.h> #include <fastboot.h> #include <image-sparse.h> |