Browse Source

Fixed building without X11 support

Sam Lantinga 9 months ago
parent
commit
d13fc3c3a7
1 changed files with 1 additions and 0 deletions
  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"