summaryrefslogtreecommitdiffstats
path: root/sys/netatm
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
committermsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
commit0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch)
tree22db1a3b7292b26dbd94492f934da7198720d087 /sys/netatm
parentf1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff)
downloadFreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.zip
FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.tar.gz
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
minute. This should cover all of the missed cases (and should let LINT build again).
Diffstat (limited to 'sys/netatm')
-rw-r--r--sys/netatm/kern_include.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netatm/kern_include.h b/sys/netatm/kern_include.h
index 9134206..78700db 100644
--- a/sys/netatm/kern_include.h
+++ b/sys/netatm/kern_include.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: kern_include.h,v 1.7 1998/07/23 21:44:40 root Exp $
+ * @(#) $Id: kern_include.h,v 1.1 1998/09/15 08:22:59 phk Exp $
*
*/
@@ -69,6 +69,7 @@
#endif
#ifdef __FreeBSD__
+#include <sys/eventhandler.h>
#include <machine/clock.h>
#include <vm/vm.h>
#include <vm/pmap.h>
OpenPOWER on IntegriCloud