From 287546ea80ee896bda0c88b8a8c85a1dc6ff37f9 Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 8 Dec 1999 06:50:14 +0000 Subject: bring in KAME IPv6 code, dated 19991208. replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). --- sys/netinet/tcp_debug.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/netinet/tcp_debug.c') diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 9adb1879804..13e1c89eb52 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_debug.c,v 1.5 1999/07/02 20:39:07 cmetz Exp $ */ +/* $OpenBSD: tcp_debug.c,v 1.6 1999/12/08 06:50:20 itojun Exp $ */ /* $NetBSD: tcp_debug.c,v 1.10 1996/02/13 23:43:36 christos Exp $ */ /* @@ -81,8 +81,10 @@ didn't get a copy, you may request one from . #include #ifdef INET6 -#include -#include +#ifndef INET +#include +#endif +#include #endif /* INET6 */ #ifdef TCPDEBUG -- cgit v1.2.3-59-g8ed1b