summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-03-24 20:08:48 +0000
committerrwatson <rwatson@FreeBSD.org>2006-03-24 20:08:48 +0000
commitc090b1c4837d2f8bf5b2e25317454bf6c054b1bd (patch)
tree63c09b48d08fe18d7c4b391bf2255bf4085f6cab /sys/netipx
parent55a952dbe359dff270dd523859020130c8df76ac (diff)
downloadFreeBSD-src-c090b1c4837d2f8bf5b2e25317454bf6c054b1bd.zip
FreeBSD-src-c090b1c4837d2f8bf5b2e25317454bf6c054b1bd.tar.gz
Include kernel.h to get NET_NEEDS_GIANT() definition, which for some
reason compiled fine here. I may be running with other include file changes locally. MFC after: 3 days
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index c0b7076..44c5dc5 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#endif
#include <sys/param.h>
+#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
OpenPOWER on IntegriCloud