summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-06 07:21:42 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-09-06 07:21:42 +0000
commitad6350eb6e32b50966f788c205ac935803806b68 (patch)
tree69ad5405a5f4072d950edb48d4482057ac4e5bff /sys/kern
parent52cf277d2379b027b204f8c7d7b18f72c74326ac (diff)
Need cpu.h included to get at setsoftnet define
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_mbuf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index b37aa24a2e0..a2d083c3475 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_mbuf.c,v 1.4 1996/09/02 18:14:15 dm Exp $ */
+/* $OpenBSD: uipc_mbuf.c,v 1.5 1996/09/06 07:21:41 niklas Exp $ */
/* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */
/*
@@ -48,6 +48,8 @@
#include <sys/domain.h>
#include <sys/protosw.h>
+#include <machine/cpu.h>
+
#include <vm/vm.h>
extern vm_map_t mb_map;