From 52dfc473fcff212e62d2bda218ee1a265278a953 Mon Sep 17 00:00:00 2001 From: Pontus Lidman Date: Mon, 17 Apr 2000 19:33:13 +0000 Subject: [PATCH] NetBSD has stuff in errno.h --- qw_server/sys_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw_server/sys_unix.c b/qw_server/sys_unix.c index ec3372d..cf80d50 100644 --- a/qw_server/sys_unix.c +++ b/qw_server/sys_unix.c @@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif // FIXME: use autoconf -#if defined(unix) || defined(_AIX) +#if defined(unix) || defined(_AIX) || defined(__NetBSD__) #include #else #include