summaryrefslogblamecommitdiff
path: root/games/eboard/files/patch-network.h
blob: 344ff10cf39fa9bbdf456e2c106712b71f055b38 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                
--- network.h.orig	Sat Jul  6 17:05:11 2002
+++ network.h	Wed Aug 14 00:56:14 2002
@@ -47,6 +47,10 @@
 #include "stl.h"
 #include "eboard.h"
 
+#ifndef SOL_TCP
+#define SOL_TCP IPPROTO_TCP
+#endif
+
 class PidIssuer {
  public:
   virtual void farewellPid(int dpid)=0;