diff options
Diffstat (limited to 'games/scorched3d/files/patch-src-common-Logger.cpp')
-rw-r--r-- | games/scorched3d/files/patch-src-common-Logger.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/scorched3d/files/patch-src-common-Logger.cpp b/games/scorched3d/files/patch-src-common-Logger.cpp new file mode 100644 index 000000000000..5ba301a2ceca --- /dev/null +++ b/games/scorched3d/files/patch-src-common-Logger.cpp @@ -0,0 +1,11 @@ +--- ./src/common/Logger.cpp.orig Fri Jan 23 17:59:04 2004 ++++ ./src/common/Logger.cpp Fri Jan 23 18:01:58 2004 +@@ -21,7 +21,7 @@ + #include <common/Defines.h> + #include <common/Logger.h> + #include <tank/TankContainer.h> +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + #include <time.h> + #include <stdio.h> + #include <stdarg.h> |