diff options
Diffstat (limited to 'sys/netinet6/icmp6.c')
-rw-r--r-- | sys/netinet6/icmp6.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index a65df1f2b51..e1dbd22f320 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.c,v 1.110 2010/01/14 04:27:32 jsing Exp $ */ +/* $OpenBSD: icmp6.c,v 1.111 2010/04/20 22:05:43 tedu Exp $ */ /* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */ /* @@ -2827,6 +2827,7 @@ icmp6_redirect_timeout(struct rtentry *rt, struct rttimer *r) } #include <uvm/uvm_extern.h> +#include <sys/proc.h> #include <sys/sysctl.h> int *icmpv6ctl_vars[ICMPV6CTL_MAXID] = ICMPV6CTL_VARS; |