$NetBSD: patch-dn,v 1.2 2006/01/05 18:25:57 joerg Exp $ --- lib/libxview/notify/sys_fcntl.c.orig Tue Jun 29 07:18:17 1993 +++ lib/libxview/notify/sys_fcntl.c Thu Dec 20 10:09:16 2001 @@ -15,7 +15,11 @@ */ #ifndef SVR4 +#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) #include +#else +#include +#endif #else SVR4 #include #endif SVR4