Don't use compat/posix_string.h for OSX/iOS
This commit is contained in:
parent
7ac917afe6
commit
5ea75b616f
|
@ -36,7 +36,9 @@
|
|||
#include <file/file_path.h>
|
||||
|
||||
#include <compat/strl.h>
|
||||
#ifndef __MACH__
|
||||
#include <compat/posix_string.h>
|
||||
#endif
|
||||
#include <retro_assert.h>
|
||||
#include <retro_stat.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
|
Loading…
Reference in New Issue