# HG changeset patch # User Sam Lantinga # Date 1293744099 28800 # Node ID a5b86644c20807a252b7c22fe49d82c19a1ce53f # Parent 81a34196b980c1f774a43a9c0838865fde3ae32b Fixed compiling X11 touch interface diff -r 81a34196b980 -r a5b86644c208 src/video/x11/SDL_x11events.c --- 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 /* 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"