]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cli_hush.c
Move bootretry code into bootretry.c and clean up
[people/ms/u-boot.git] / common / cli_hush.c
index a612bfbef51e7b806ea22c19c6288ef256b12eb0..d6544ae63111fc034c2cba57b0f1fddfc25c6254 100644 (file)
@@ -79,6 +79,7 @@
 #include <malloc.h>         /* malloc, free, realloc*/
 #include <linux/ctype.h>    /* isalpha, isdigit */
 #include <common.h>        /* readline */
+#include <bootretry.h>
 #include <cli.h>
 #include <cli_hush.h>
 #include <command.h>        /* find_cmd */