$NetBSD: patch-ag,v 1.4 2004/03/28 22:00:05 minskim Exp $

--- src/IMon.c++.orig	2003-01-18 08:18:12.000000000 -0600
+++ src/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,9 @@
 #endif
 #endif
 
+#if HAVE_SYS_SYSMACROS_H
 #include <sys/sysmacros.h>
+#endif
 #include <unistd.h>
 
 #include "Interest.h"
