X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fbootmenu.c;h=3dc2c854aca5c4b7c54bd99b692beaa29360254f;hb=fd0e30b43b6b2401e68dc32c357869c617d4fdd1;hp=7f88c1ed63252ba046f07a9b1b59e70ff06d8dad;hpb=10d3e90f46feace58f4141b696d91644e594e3ed;p=oweals%2Fu-boot.git diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c index 7f88c1ed63..3dc2c854ac 100644 --- a/cmd/bootmenu.c +++ b/cmd/bootmenu.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include @@ -472,7 +473,7 @@ void menu_display_statusline(struct menu *m) puts(ANSI_CLEAR_LINE); } -#ifdef CONFIG_MENU_SHOW +#ifdef CONFIG_AUTOBOOT_MENU_SHOW int menu_show(int bootdelay) { bootmenu_show(bootdelay);