Просмотр исходного кода

Fixed warning about redefining DECLSPEC

Sam Lantinga 9 лет назад
Родитель
Сommit
3f38bd9142
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/linux/SDL_fcitx.c

+ 1 - 1
src/core/linux/SDL_fcitx.c

@@ -18,7 +18,7 @@
      misrepresented as being the original software.
      misrepresented as being the original software.
   3. This notice may not be removed or altered from any source distribution.
   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
 #ifdef HAVE_FCITX_FRONTEND_H