X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fbootmenu.c;h=3dc2c854aca5c4b7c54bd99b692beaa29360254f;hb=d2dccd5cd4f50423128dcfea2327bd7de08fd3f1;hp=7f88c1ed63252ba046f07a9b1b59e70ff06d8dad;hpb=48d299a799f8e60342f10309dc3d4eb8e4b453a1;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);