From ff7e5ee0c847160fd9ca62310717309d0ce9d9f4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 11 Nov 2015 21:59:51 +0100 Subject: [PATCH] Avoid redefining HAVE_STRL --- libretro-common/include/compat/strl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-common/include/compat/strl.h b/libretro-common/include/compat/strl.h index ddb89c2f98..86d2a39930 100644 --- a/libretro-common/include/compat/strl.h +++ b/libretro-common/include/compat/strl.h @@ -35,8 +35,10 @@ extern "C" { #endif #ifdef __MACH__ +#ifndef HAVE_STRL #define HAVE_STRL #endif +#endif #ifndef HAVE_STRL /* Avoid possible naming collisions during link since