X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fbootmenu.c;h=18efe25751f77fa1490aca63c4346c3201e5aa87;hb=358b6f72c28c80699536f7137063095116e1675e;hp=6af0617e653e830bd9b8fd441e29d899f8966725;hpb=5308665315aa065662c1cf160ad63cbe54cab775;p=oweals%2Fu-boot.git diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c index 6af0617e65..18efe25751 100644 --- a/cmd/bootmenu.c +++ b/cmd/bootmenu.c @@ -7,9 +7,11 @@ #include #include #include +#include #include #include #include +#include #include /* maximum bootmenu entries */ @@ -482,7 +484,7 @@ int menu_show(int bootdelay) } #endif -int do_bootmenu(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) +int do_bootmenu(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { char *delay_str = NULL; int delay = 10;