aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-coms-NetMessagePool.h
blob: 65ef15fc471c5ba2822bf7f776f9188d884792c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/coms/NetMessagePool.h.orig	Wed Jul 30 17:41:28 2003
+++ src/coms/NetMessagePool.h	Sun Aug  3 09:07:12 2003
@@ -24,7 +24,7 @@
 
 #include <coms/NetMessage.h>
 #include <list>
-#include <SDL/SDL_thread.h>
+#include <SDL11/SDL_thread.h>
 
 class NetMessagePool
 {