summaryrefslogtreecommitdiff
path: root/src/video/wayland/SDL_waylandopengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/wayland/SDL_waylandopengl.c')
-rw-r--r--src/video/wayland/SDL_waylandopengl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/wayland/SDL_waylandopengl.c b/src/video/wayland/SDL_waylandopengl.c
index b6b7199f..43ca9146 100644
--- a/src/video/wayland/SDL_waylandopengl.c
+++ b/src/video/wayland/SDL_waylandopengl.c
@@ -21,12 +21,13 @@
*/
#include "SDL_config.h"
#include "SDL_waylandopengl.h"
#include "SDL_waylandwindow.h"
+#include "SDL_waylandevents_c.h"
#include <dlfcn.h>
void
Wayland_GL_SwapWindow(_THIS, SDL_Window * window)
{
SDL_WaylandWindow *wind = (SDL_WaylandWindow *) window->driverdata;