aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ipcomp_core.c
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-01-08 17:59:24 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-01-08 17:59:24 +0000
commita5c8d51908263a5e2ea157c54ad9b7ef819669f2 (patch)
treeea0586d2d518f7c94675bc2fbd31a26fabfcd65a /sys/netinet6/ipcomp_core.c
parent8b9fb429126d39ec0bb6976368127c6bbfb80dac (diff)
downloadsrc-a5c8d51908263a5e2ea157c54ad9b7ef819669f2.tar.gz
src-a5c8d51908263a5e2ea157c54ad9b7ef819669f2.zip
"struct route" is not sufficient. NetBSD PR 18751
Obtained from: KAME MFC after: 1 days
Notes
Notes: svn path=/head/; revision=108955
Diffstat (limited to 'sys/netinet6/ipcomp_core.c')
-rw-r--r--sys/netinet6/ipcomp_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ipcomp_core.c b/sys/netinet6/ipcomp_core.c
index 62af1bc6398f..a6cdea5218ef 100644
--- a/sys/netinet6/ipcomp_core.c
+++ b/sys/netinet6/ipcomp_core.c
@@ -51,6 +51,7 @@
#include <net/if.h>
#include <net/route.h>
+#include <netinet/in.h>
#include <net/netisr.h>
#include <net/zlib.h>
#include <machine/cpu.h>