summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-fm
blob: 6fcccca6f50c6dd0b563ea025bfc12f329035f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-fm,v 1.1 2011/09/29 07:47:56 dholland Exp $

- needs sys/param.h for howmany().

--- lib/libxview/notify/ntfy_fd_op.c~	1993-06-29 05:18:03.000000000 +0000
+++ lib/libxview/notify/ntfy_fd_op.c
@@ -11,6 +11,7 @@ static char     sccsid[] = "@(#)ntfy_fd_
  */
 
 #include <sys/types.h>
+#include <sys/param.h>
 #include <xview_private/ultrix_cpt.h>
 
 /* AND op on two fds */