diff options
Diffstat (limited to 'games/asc/files/patch-source::sdl::events.cpp')
-rw-r--r-- | games/asc/files/patch-source::sdl::events.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::sdl::events.cpp b/games/asc/files/patch-source::sdl::events.cpp new file mode 100644 index 000000000000..a3a357289b19 --- /dev/null +++ b/games/asc/files/patch-source::sdl::events.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- source/sdl/events.cpp 2001/02/16 21:38:57 1.1 ++++ source/sdl/events.cpp 2001/02/16 21:39:12 +@@ -150,7 +150,7 @@ + #ifdef _WIN32_ + #include "SDL_thread.h" + #else +-#include "SDL/SDL_thread.h" ++#include "SDL_thread.h" + #endif + + |