소스 검색

Fixed building without X11 support

Sam Lantinga 1 년 전
부모
커밋
d13fc3c3a7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/core/linux/SDL_fcitx.c

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

@@ -23,6 +23,7 @@
 #include <unistd.h>
 
 #include "SDL_fcitx.h"
+#include "../../video/SDL_sysvideo.h"
 #include "../../events/SDL_keyboard_c.h"
 #include "SDL_dbus.h"