# HG changeset patch # User Arne Janbu # Date 1420894057 -3600 # Sat Jan 10 13:47:37 2015 +0100 # Node ID 6bf55a0f992fe5f832361e8ca74b8770b9b8ef54 # Parent 47a5c5dae9b680785eebb334fa6f39b539a92e21 Fix build on Linux when wayland is enabled Bug: https://bugzilla.libsdl.org/show_bug.cgi?id=2838 diff -r 47a5c5dae9b6 -r 6bf55a0f992f src/video/wayland/SDL_waylandwindow.c --- a/src/video/wayland/SDL_waylandwindow.c Thu Jan 08 21:45:46 2015 +0100 +++ b/src/video/wayland/SDL_waylandwindow.c Sat Jan 10 13:47:37 2015 +0100 @@ -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,