summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-coms-NetMessagePool.h
blob: 0545a88c76eb01a8afb72e7b5223fa3d49a088fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/coms/NetMessagePool.h.orig	Fri Jan 23 17:59:08 2004
+++ ./src/coms/NetMessagePool.h	Fri Jan 23 18:02:11 2004
@@ -24,7 +24,7 @@
 
 #include <coms/NetMessage.h>
 #include <list>
-#include <SDL/SDL_thread.h>
+#include <SDL11/SDL_thread.h>
 
 class NetMessagePool
 {