diff options
Diffstat (limited to 'games/scorched3d/files/patch-src-common-Display.h')
-rw-r--r-- | games/scorched3d/files/patch-src-common-Display.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/scorched3d/files/patch-src-common-Display.h b/games/scorched3d/files/patch-src-common-Display.h new file mode 100644 index 0000000..46e62ee --- /dev/null +++ b/games/scorched3d/files/patch-src-common-Display.h @@ -0,0 +1,11 @@ +--- src/common/Display.h.orig Wed Jul 30 17:41:28 2003 ++++ src/common/Display.h Sun Aug 3 09:07:11 2003 +@@ -27,7 +27,7 @@ + ////////////////////////////////////////////////////////////////////// + + #include <stdlib.h> +-#include <SDL/SDL.h> ++#include <SDL11/SDL.h> + + class Display + { |