Procházet zdrojové kódy

Fix build on Linux when wayland is enabled

Bug: https://bugzilla.libsdl.org/show_bug.cgi?id=2838
Arne Janbu před 10 roky
rodič
revize
aefcd86dea
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/video/wayland/SDL_waylandwindow.c

+ 1 - 0
src/video/wayland/SDL_waylandwindow.c

@@ -29,6 +29,7 @@
 #include "SDL_waylandwindow.h"
 #include "SDL_waylandvideo.h"
 #include "SDL_waylandtouch.h"
+#include "SDL_waylanddyn.h"
 
 static void
 handle_ping(void *data, struct wl_shell_surface *shell_surface,