# HG changeset patch # User Sam Lantinga # Date 1255946596 0 # Node ID f00e178dfc9e916dd05898b02dedf24b0ceded4f # Parent d91a8026e0aab6f50821019eed43a53d6503556f Fixed bug #858 Fixed compiler warning diff -r d91a8026e0aa -r f00e178dfc9e src/video/dga/SDL_dgaevents.c --- a/src/video/dga/SDL_dgaevents.c Mon Oct 19 10:02:00 2009 +0000 +++ b/src/video/dga/SDL_dgaevents.c Mon Oct 19 10:03:16 2009 +0000 @@ -27,6 +27,7 @@ #include #include "../Xext/extensions/xf86dga.h" +#include "SDL_timer.h" #include "../SDL_sysvideo.h" #include "../../events/SDL_events_c.h" #include "SDL_dgavideo.h"