Commit 3f38bd91424507be4315c5194b19d12cb6533894

Sam Lantinga 2016-10-14T08:22:48

Fixed warning about redefining DECLSPEC

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/core/linux/SDL_fcitx.c b/src/core/linux/SDL_fcitx.c
index eff8f7f..83d19e6 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