summaryrefslogtreecommitdiff
path: root/games/quake6/patches/patch-ah
blob: d7d87db96122013a621ee39dd5ee44c5625c213c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2002/01/10 16:43:28 skrll Exp $

--- qw_server/sys_unix.c.orig	Mon Jan 10 16:59:37 2000
+++ qw_server/sys_unix.c
@@ -25,7 +25,7 @@
 #endif
 
 // FIXME: use autoconf
-#if defined(unix) || defined(_AIX)
+#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
 #include <sys/stat.h>
 #include <unistd.h>
 #include <sys/time.h>