summaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-coms-NetBuffer.h
blob: 5689ad84e008f6da81dcda4813ce8d3bdb704c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/coms/NetBuffer.h.orig	Wed Jul 30 17:41:28 2003
+++ src/coms/NetBuffer.h	Sun Aug  3 09:07:12 2003
@@ -23,8 +23,8 @@
 #define _NETBUFFER_H_
 
 #include <string>
-#include <SDL/SDL.h>
-#include <SDL/SDL_net.h>
+#include <SDL11/SDL.h>
+#include <SDL11/SDL_net.h>
 
 typedef TCPsocket NetPlayerID;