summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp
blob: 5a5f63d292c1ac705a7bc1c688ebf12f5668962b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/GLEXT/GLBitmap.cpp.orig	Wed Jul 30 17:41:26 2003
+++ src/GLEXT/GLBitmap.cpp	Sun Aug  3 09:07:12 2003
@@ -24,11 +24,11 @@
 //////////////////////////////////////////////////////////////////////
 
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <math.h>
 #include <GLEXT/GLState.h>
 #include <GLEXT/GLBitmap.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
 
 //////////////////////////////////////////////////////////////////////
 // Construction/Destruction