diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-03-24 20:08:48 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-03-24 20:08:48 +0000 |
| commit | a52526165e00c347082269012ae0b5f91f10319d (patch) | |
| tree | 63c09b48d08fe18d7c4b391bf2255bf4085f6cab | |
| parent | 512537d1a41a9febf47f95eba725b284b1212092 (diff) | |
Notes
| -rw-r--r-- | sys/netipx/ipx_ip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index c0b7076b066f..44c5dc5a2605 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> |
