From 620510b3373da7bfc35bd12247f05057bb103665 Mon Sep 17 00:00:00 2001 From: Gabriel Jacobo Date: Mon, 23 Jun 2014 09:18:31 -0300 Subject: [PATCH] Fix compiler warning --- src/video/wayland/SDL_waylandtouch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/wayland/SDL_waylandtouch.c b/src/video/wayland/SDL_waylandtouch.c index 0daec4dc4..85f9f0ad8 100644 --- a/src/video/wayland/SDL_waylandtouch.c +++ b/src/video/wayland/SDL_waylandtouch.c @@ -25,8 +25,8 @@ #ifdef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH -#include "SDL_waylandtouch.h" #include "SDL_log.h" +#include "SDL_waylandtouch.h" #include "../../events/SDL_touch_c.h" struct SDL_WaylandTouch {