diff options
author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-15 14:56:38 +0000 |
---|---|---|
committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-15 14:56:38 +0000 |
commit | 3a2a9f797620b306b1d93461c5e568497d0a9e0f (patch) | |
tree | b2df964a7dd83e98b30a0e515ea604b0ac2756c7 /sys/netinet/tcp_input.c | |
parent | e2d7ae53fbfa074b89ca56eadde92132786399ed (diff) | |
download | src-test2-3a2a9f797620b306b1d93461c5e568497d0a9e0f.tar.gz src-test2-3a2a9f797620b306b1d93461c5e568497d0a9e0f.zip |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index ec2ddb8ee81d..73df9fd0118f 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -36,6 +36,7 @@ #include "opt_ipfw.h" /* for ipfw_fwd */ #include "opt_inet6.h" +#include "opt_ipsec.h" #include "opt_tcpdebug.h" #include "opt_tcp_input.h" @@ -93,6 +94,9 @@ struct tcphdr tcp_savetcp; #ifdef IPSEC #include <netinet6/ipsec.h> +#ifdef INET6 +#include <netinet6/ipsec6.h> +#endif #include <netkey/key.h> #endif /*IPSEC*/ |