diff options
Diffstat (limited to 'common/cmd_mmc.c')
-rw-r--r-- | common/cmd_mmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 1335e3d..dfc1ec8 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -7,6 +7,7 @@ #include <common.h> #include <command.h> +#include <console.h> #include <mmc.h> static int curr_device = -1; |