diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-07 06:09:11 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-07 06:09:11 +0000 |
commit | 7f438dd015f361593db125e47df9be7d318a0004 (patch) | |
tree | 7f7879df742261d5203e94fe206c323380260690 /sys/netinet6/tcpipv6.h | |
parent | 4c56a47e2e8f387dc8a601f300b672b1619113f8 (diff) |
fix include file path related to ip6.
Diffstat (limited to 'sys/netinet6/tcpipv6.h')
-rw-r--r-- | sys/netinet6/tcpipv6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/tcpipv6.h b/sys/netinet6/tcpipv6.h index 37ab052e990..a9559602049 100644 --- a/sys/netinet6/tcpipv6.h +++ b/sys/netinet6/tcpipv6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpipv6.h,v 1.4 1999/12/10 08:53:18 angelos Exp $ */ +/* $OpenBSD: tcpipv6.h,v 1.5 2000/02/07 06:09:10 itojun Exp $ */ /* %%% copyright-nrl-95 @@ -14,7 +14,7 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #ifndef _NETINET6_TCPIPV6_H #define _NETINET6_TCPIPV6_H 1 -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #include <netinet/tcp.h> struct tcpipv6hdr { |