From fa86ee14bfa9f8021df2c54c766429f9ba47d645 Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 7 Feb 2000 06:09:08 +0000 Subject: fix include file path related to ip6. --- sys/netinet/tcp_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/tcp_debug.c') 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 . #ifndef INET #include #endif -#include +#include #endif /* INET6 */ #ifdef TCPDEBUG -- cgit v1.2.3-59-g8ed1b