$NetBSD: patch-ag,v 1.3 2002/12/17 19:43:40 jmmv Exp $

--- fam/IMon.c++.orig	Tue Jul 16 08:14:41 2002
+++ fam/IMon.c++
@@ -25,6 +25,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <sys/param.h>
 
 #if HAVE_IMON
 #ifdef __sgi
@@ -34,7 +35,7 @@
 #endif
 #endif
 
-#if !defined(__FreeBSD__)
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
 #  include <sys/sysmacros.h>
 #endif
 #include <unistd.h>
