summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp
blob: 4489ed1811bac1f9437f3291f46e8d82bf35e723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/GLEXT/GLBitmap.cpp.orig	Thu Feb 26 23:00:26 2004
+++ ./src/GLEXT/GLBitmap.cpp	Sun May 30 22:43:45 2004
@@ -22,7 +22,7 @@
 #include <math.h>
 #include <GLEXT/GLState.h>
 #include <GLEXT/GLBitmap.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
 
 GLBitmap::GLBitmap() :
 	width_(0), height_(0), alpha_(false), newbits_(0)