2013-09-26 17:14:40 +02:00

14 lines
430 B
Plaintext

$NetBSD: patch-af,v 1.4 2009/08/29 19:26:01 wiz Exp $
--- QW/server/sys_unix.c.orig 1999-12-21 18:45:14.000000000 +0000
+++ QW/server/sys_unix.c
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suit
#include <libc.h>
#endif
-#if defined(__linux__) || defined(sun)
+#if defined(__linux__) || defined(sun) || defined(__NetBSD__) || defined(__DragonFly__)
#include <sys/stat.h>
#include <unistd.h>
#include <sys/time.h>