$NetBSD: patch-bs,v 1.2 1999/03/05 11:22:36 frueauf Exp $ --- routines/xsci/x_main.c.orig Sat Jan 16 12:34:24 1999 +++ routines/xsci/x_main.c Sat Jan 16 12:35:25 1999 @@ -530,5 +530,5 @@ /* following include needed for solaris */ -#if defined(sparc) && defined(__STDC__) +#if (defined(sparc) && defined(__STDC__)) && !defined(netbsd) #include #include