Build fix.

This commit is contained in:
Themaister 2013-11-08 18:43:27 +01:00
parent 8ab88a5272
commit 720ea1a99d
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -24,8 +24,6 @@
#include "../../config.h"
#endif
#include "menu_common.h"
typedef struct menu_ctx_driver
{
void (*set_texture)(void*, bool);