aboutsummaryrefslogtreecommitdiff
path: root/games/q3cellshading/files/patch-code-qcommon-common.c
blob: 9db06e6c63a5a8dba4b8162674adf3e22f3f4f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- code/qcommon/common.c.orig	Mon Aug 15 23:10:07 2005
+++ code/qcommon/common.c	Wed Nov 23 10:53:29 2005
@@ -24,15 +24,8 @@
 #include "../game/q_shared.h"
 #include "qcommon.h"
 #include <setjmp.h>
-#ifdef __linux__
+#include <sys/types.h>
 #include <netinet/in.h>
-#else
-#if defined(MACOS_X)
-#include <netinet/in.h>
-#else
-#include <winsock.h>
-#endif
-#endif
 
 int demo_protocols[] =
 { 66, 67, 68, 0 };