$NetBSD: patch-ab,v 1.3 2000/07/24 22:22:30 dmcmahill Exp $ --- bitesex.h.orig Sun May 25 17:18:10 1997 +++ bitesex.h Mon Jul 24 17:55:08 2000 @@ -20,5 +20,5 @@ #include #else -#ifdef __mips +#if defined(__mips) && !defined(__NetBSD__) #include #else @@ -26,5 +26,5 @@ #include #else -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) || defined(__NetBSD__) #include #else @@ -38,5 +38,5 @@ #endif /* Win95 */ #endif /* SVR4 */ -#endif /* FreeBSD */ +#endif /* FreeBSD/NetBSD */ #endif /* AIX */ #endif /* DEC */