From 24a78a28c2f7b8b5f3532851d0f8704a37a22ec9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 3 Jan 2018 17:28:41 +0100 Subject: [PATCH] Update --- libretro-common/include/compat/strl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/compat/strl.h b/libretro-common/include/compat/strl.h index 9aa93e9275..853aceffcc 100644 --- a/libretro-common/include/compat/strl.h +++ b/libretro-common/include/compat/strl.h @@ -26,7 +26,7 @@ #include #include -#ifdef HAVE_CONFIG_H +#if defined(RARCH_INTERNAL) && defined(HAVE_CONFIG_H) #include "../../../config.h" #endif