From 1943ccacfba4ffe9fe277528adc24cee681c34d4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 26 Oct 2015 00:29:16 +0100 Subject: [PATCH] Don't use compat/strl.h for OSX/iOS either --- libretro-common/file/file_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/file/file_path.c b/libretro-common/file/file_path.c index 8dcfb67382..2de0beb7a4 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -35,8 +35,8 @@ #include -#include #ifndef __MACH__ +#include #include #endif #include