mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
(OSX) Buildfix
This commit is contained in:
parent
55517dbc12
commit
4d49bb44f2
@ -27,6 +27,12 @@
|
||||
#include <stddef.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
enum file_archive_transfer_type
|
||||
|
@ -806,3 +806,7 @@
|
||||
# network_cmd_enable = false
|
||||
# network_cmd_port = 55355
|
||||
# stdin_cmd_enable = false
|
||||
|
||||
#### Bundle extraction
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user