1 2 3 4 5 6 7 8 9 10 11 12 13 14
$FreeBSD$ --- graphics/i_sdl.c 2002/04/17 17:57:00 1.1 +++ graphics/i_sdl.c 2002/04/17 17:57:08 @@ -7,7 +7,7 @@ #include <sys/time.h> #include "doomdef.h" -#include "SDL/SDL.h" +#include "SDL.h" static int lastmousex = 0; static int lastmousey = 0;