mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(menu_setting.c) Add config.h
This commit is contained in:
parent
09f5ccf050
commit
be7da8d626
@ -23,6 +23,12 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <direct.h>
|
||||||
|
#else
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <lists/file_list.h>
|
#include <lists/file_list.h>
|
||||||
#include <file/file_path.h>
|
#include <file/file_path.h>
|
||||||
#include <file/config_file.h>
|
#include <file/config_file.h>
|
||||||
@ -58,10 +64,9 @@
|
|||||||
|
|
||||||
#include "../tasks/tasks_internal.h"
|
#include "../tasks/tasks_internal.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include <direct.h>
|
#ifdef HAVE_CONFIG_H
|
||||||
#else
|
#include "config.h"
|
||||||
#include <unistd.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct rarch_setting_info
|
struct rarch_setting_info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user