mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Don't use compat/strl.h for OSX/iOS either
This commit is contained in:
parent
5ea75b616f
commit
1943ccacfb
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@
|
|||
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include <compat/strl.h>
|
||||
#ifndef __MACH__
|
||||
#include <compat/strl.h>
|
||||
#include <compat/posix_string.h>
|
||||
#endif
|
||||
#include <retro_assert.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue