Use menu_entries header in menu_entries.c

This commit is contained in:
twinaphex 2014-08-31 19:09:25 +02:00
parent a44665bcae
commit 8e5f103697
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "menu_common.h"
#include "menu_entries.h"
#include "backend/menu_common_backend.h"
#include "../../settings_data.h"

View File

@ -17,6 +17,8 @@
#ifndef MENU_ENTRIES_H__
#define MENU_ENTRIES_H__
#include "menu_common.h"
void menu_entries_push(menu_handle_t *menu, unsigned menu_type);
#endif