diff options
author | 2000-02-07 06:09:08 +0000 | |
---|---|---|
committer | 2000-02-07 06:09:08 +0000 | |
commit | fa86ee14bfa9f8021df2c54c766429f9ba47d645 (patch) | |
tree | 2deee474a5f18590f1b53ae6d842d5347183e5d2 /sys/netinet/tcp_debug.c | |
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/netinet/tcp_debug.c')
-rw-r--r-- | sys/netinet/tcp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 13e1c89eb52..03d67ebb1a0 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_debug.c,v 1.6 1999/12/08 06:50:20 itojun Exp $ */ +/* $OpenBSD: tcp_debug.c,v 1.7 2000/02/07 06:09:09 itojun Exp $ */ /* $NetBSD: tcp_debug.c,v 1.10 1996/02/13 23:43:36 christos Exp $ */ /* @@ -84,7 +84,7 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #ifndef INET #include <netinet/in.h> #endif -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #endif /* INET6 */ #ifdef TCPDEBUG |