mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
(Apple) Build fixes
This commit is contained in:
parent
42bb37816e
commit
c6a94593cf
@ -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;
|
||||||
|
@ -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"
|
||||||
|
|
||||||
/*********************************************/
|
/*********************************************/
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user