From 3f38bd91424507be4315c5194b19d12cb6533894 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 14 Oct 2016 08:22:48 -0700 Subject: [PATCH] Fixed warning about redefining DECLSPEC --- src/core/linux/SDL_fcitx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/linux/SDL_fcitx.c b/src/core/linux/SDL_fcitx.c index eff8f7f390401..83d19e690c5ab 100644 --- a/src/core/linux/SDL_fcitx.c +++ b/src/core/linux/SDL_fcitx.c @@ -18,7 +18,7 @@ misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ -#include "SDL_config.h" +#include "../../SDL_internal.h" #ifdef HAVE_FCITX_FRONTEND_H