summaryrefslogtreecommitdiff
path: root/games/quake/patches/patch-af
blob: 6f3246b38d27d89263d3333e2c1699cfd3b2913c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2000/02/01 02:30:33 wiz Exp $

--- QW/server/sys_unix.c	Tue Dec 21 18:45:14 1999
+++ ../work/QW/server/sys_unix.c	Sat Jan 15 23:02:46 2000
@@ -24,7 +24,7 @@
 #include <libc.h>
 #endif
 
-#if defined(__linux__) || defined(sun)
+#if defined(__linux__) || defined(sun) || defined(__NetBSD__)
 #include <sys/stat.h>
 #include <unistd.h>
 #include <sys/time.h>