From 7f438dd015f361593db125e47df9be7d318a0004 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Mon, 7 Feb 2000 06:09:11 +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