From bb1ba4173aee7b13d83af5286c2c319e8af45680 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 8 Mar 2000 02:24:10 +0000 Subject: [PATCH] Include ip6.h from , not . Submitted by: Yoshinobu Inoue Approved by: jkh --- contrib/tcpdump/addrtoname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tcpdump/addrtoname.c b/contrib/tcpdump/addrtoname.c index 4ed24fc3f829..99134e94cb6a 100644 --- a/contrib/tcpdump/addrtoname.c +++ b/contrib/tcpdump/addrtoname.c @@ -46,7 +46,7 @@ struct rtentry; #include #ifdef INET6 -#include +#include #endif #include