diff options
Diffstat (limited to 'common/spl/spl_usb.c')
-rw-r--r-- | common/spl/spl_usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/spl/spl_usb.c b/common/spl/spl_usb.c index 932da56ab6..479e2dc182 100644 --- a/common/spl/spl_usb.c +++ b/common/spl/spl_usb.c @@ -8,8 +8,10 @@ * Derived work from spl_mmc.c */ +#include <common.h> #include <log.h> #include <spl.h> +#include <asm/u-boot.h> #include <errno.h> #include <usb.h> #include <fat.h> |