summaryrefslogtreecommitdiff
path: root/games/koth/files/patch-src-kserver.c
blob: f40118c66513ff36dc7bea3a2f9689fadf32e2c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/kserver.c.orig	Wed Feb  5 03:39:03 2003
+++ src/kserver.c	Sat Oct 16 20:42:55 2004
@@ -21,6 +21,7 @@
 #include <string.h>
 #include <time.h>
 #include <stdlib.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <signal.h>
 #include <assert.h>
@@ -31,7 +32,6 @@
 #	include <sys/select.h>
 #else
 #	include <sys/time.h>
-#	include <sys/types.h>
 #endif
 #include "player.h"
 #include "relay.h"