(Apple) Build fixes

This commit is contained in:
Twinaphex 2014-10-20 21:52:33 +02:00
parent 42bb37816e
commit c6a94593cf
3 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include "../../conf/config_file.h" #include "../../conf/config_file.h"
#include "../../file.h" #include "../../file.h"
#include "../../file_path.h"
#include "../../general.h" #include "../../general.h"
static const void* const associated_module_key = &associated_module_key; static const void* const associated_module_key = &associated_module_key;

View File

@ -17,6 +17,7 @@
#include "../common/RetroArch_Apple.h" #include "../common/RetroArch_Apple.h"
#include "../../input/input_common.h" #include "../../input/input_common.h"
#include "../../input/apple_input.h" #include "../../input/apple_input.h"
#include "../../file_path.h"
#include "menu.h" #include "menu.h"
/*********************************************/ /*********************************************/

View File

@ -16,7 +16,7 @@
#include "input_common.h" #include "input_common.h"
#include "input_autodetect.h" #include "input_autodetect.h"
#include "dir_list.h" #include "../dir_list.h"
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>