aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>2000-07-05 01:14:45 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>2000-07-05 01:14:45 +0000
commit261216553f99cbb2689fcb2329b42040cbe00d14 (patch)
tree988f923a8dca829f6deed2f75f00ec8448741275 /sys/netinet6/ip6_forward.c
parent05861de62a8bd03187a19f95cb30ee459557e75f (diff)
downloadsrc-261216553f99cbb2689fcb2329b42040cbe00d14.tar.gz
src-261216553f99cbb2689fcb2329b42040cbe00d14.zip
correct compilation with IPSEC_IPV6FWD.
From: Ollivier Robert <roberto@keltia.freenix.fr>
Notes
Notes: svn path=/head/; revision=62601
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
-rw-r--r--sys/netinet6/ip6_forward.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c
index ba9bdad797bb..e42794e3b9fb 100644
--- a/sys/netinet6/ip6_forward.c
+++ b/sys/netinet6/ip6_forward.c
@@ -58,6 +58,7 @@
#ifdef IPSEC_IPV6FWD
#include <netinet6/ipsec.h>
+#include <netinet6/ipsec6.h>
#include <netkey/key.h>
#endif /* IPSEC_IPV6FWD */