(Apple) Build fixes

This commit is contained in:
Twinaphex 2014-10-27 04:29:21 +01:00
parent c6ac686e51
commit b81a40081e
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "../../driver.h"
#include "../../input/input_common.h"
#include "../../input/input_keymaps.h"
static void* const associated_name_tag = (void*)&associated_name_tag;

View File

@ -16,6 +16,7 @@
#include <objc/runtime.h>
#include "../common/RetroArch_Apple.h"
#include "../../input/input_common.h"
#include "../../input/input_keymaps.h"
#include "../../input/apple_input.h"
#include <file/file_path.h>
#include "menu.h"