diff src/video/x11/SDL_x11events.c @ 4934:a5b86644c208

Fixed compiling X11 touch interface
author Sam Lantinga <slouken@libsdl.org>
date Thu, 30 Dec 2010 13:21:39 -0800
parents 50d0bff24d81
children 8b7988f42fcb
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Thu Dec 30 10:45:36 2010 -0800
+++ b/src/video/x11/SDL_x11events.c	Thu Dec 30 13:21:39 2010 -0800
@@ -28,6 +28,7 @@
 #include <limits.h> /* For INT_MAX */
 
 #include "SDL_x11video.h"
+#include "SDL_x11touch.h"
 #include "../../events/SDL_events_c.h"
 #include "../../events/SDL_mouse_c.h"
 #include "../../events/SDL_touch_c.h"