diff options
Diffstat (limited to 'games/heretic/files/patch-graphics_i__sdl.c')
-rw-r--r-- | games/heretic/files/patch-graphics_i__sdl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/heretic/files/patch-graphics_i__sdl.c b/games/heretic/files/patch-graphics_i__sdl.c new file mode 100644 index 000000000000..a963f21b9637 --- /dev/null +++ b/games/heretic/files/patch-graphics_i__sdl.c @@ -0,0 +1,11 @@ +--- graphics/i_sdl.c.orig 2000-05-01 23:49:49 UTC ++++ graphics/i_sdl.c +@@ -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; |