Don't use compat/strl.h for OSX/iOS either

This commit is contained in:
twinaphex 2015-10-26 00:29:16 +01:00
parent 5ea75b616f
commit 1943ccacfb

View File

@ -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>