summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/tcpipv6.h
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2000-02-07 06:09:08 +0000
committeritojun <itojun@openbsd.org>2000-02-07 06:09:08 +0000
commitfa86ee14bfa9f8021df2c54c766429f9ba47d645 (patch)
tree2deee474a5f18590f1b53ae6d842d5347183e5d2 /sys/netinet6/tcpipv6.h
parentmake more check about mbuf len before rolling message for routing header. (diff)
downloadwireguard-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.h4
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 {