author | Sam Lantinga <slouken@libsdl.org> |
Thu, 30 Dec 2010 13:21:39 -0800 | |
changeset 4934 | a5b86644c208 |
parent 4933 | 81a34196b980 |
child 4935 | a727eda441be |
--- 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"