diff --git a/frontend/menu/menu_context.c b/frontend/menu/menu_context.c index 12934221fd..8eef705121 100644 --- a/frontend/menu/menu_context.c +++ b/frontend/menu/menu_context.c @@ -20,6 +20,8 @@ #include "../../config.h" #endif +#include "menu_common.h" + static const menu_ctx_driver_t *menu_ctx_drivers[] = { #if defined(HAVE_RMENU) &menu_ctx_rmenu, diff --git a/frontend/menu/menu_context.h b/frontend/menu/menu_context.h index 61a04b5079..d287779f3b 100644 --- a/frontend/menu/menu_context.h +++ b/frontend/menu/menu_context.h @@ -24,8 +24,6 @@ #include "../../config.h" #endif -#include "menu_common.h" - typedef struct menu_ctx_driver { void (*set_texture)(void*, bool);