diff options
author | 2000-02-07 06:09:08 +0000 | |
---|---|---|
committer | 2000-02-07 06:09:08 +0000 | |
commit | fa86ee14bfa9f8021df2c54c766429f9ba47d645 (patch) | |
tree | 2deee474a5f18590f1b53ae6d842d5347183e5d2 /sys/netinet6/tcpipv6.h | |
parent | make more check about mbuf len before rolling message for routing header. (diff) | |
download | wireguard-openbsd-fa86ee14bfa9f8021df2c54c766429f9ba47d645.tar.xz wireguard-openbsd-fa86ee14bfa9f8021df2c54c766429f9ba47d645.zip |
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 { |