Explorar el Código

Fixed building without X11 support

Sam Lantinga hace 1 año
padre
commit
d13fc3c3a7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"