diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-07 13:35:54 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-07 13:35:54 +0000 |
commit | 6f3c9368e61997d651e591f2955bb9aca6f79424 (patch) | |
tree | 84230cc9bb8f6104bc2d355d411372b0005d4dd0 | |
parent | 56a49d640a9ff1a720c59514e3c9ee13bc163d92 (diff) |
fix include file path.
-rw-r--r-- | usr.sbin/tcpdump/addrtoname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/addrtoname.c b/usr.sbin/tcpdump/addrtoname.c index c15f0bceb71..07c513f590f 100644 --- a/usr.sbin/tcpdump/addrtoname.c +++ b/usr.sbin/tcpdump/addrtoname.c @@ -23,7 +23,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/addrtoname.c,v 1.10 2000/01/16 12:07:29 jakob Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/addrtoname.c,v 1.11 2000/02/07 13:35:53 itojun Exp $ (LBL)"; #endif #include <sys/types.h> @@ -40,7 +40,7 @@ struct rtentry; #include <netinet/if_ether.h> #ifdef INET6 -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #endif #include <arpa/inet.h> |