summaryrefslogtreecommitdiff
path: root/games/fuhquake/files/patch-sv_sys_unix.c
blob: 5182ac61a7cc59d5b35ea159c23a18cf5176fd45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sv_sys_unix.c.orig	Wed May 21 17:18:37 2003
+++ sv_sys_unix.c	Wed May 21 15:09:31 2003
@@ -24,7 +24,7 @@
 #include <libc.h>
 #endif
 
-#if defined(__linux__) || defined(sun)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(sun)
 #include <sys/stat.h>
 #include <unistd.h>
 #include <sys/time.h>