summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-07 13:35:54 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-07 13:35:54 +0000
commit6f3c9368e61997d651e591f2955bb9aca6f79424 (patch)
tree84230cc9bb8f6104bc2d355d411372b0005d4dd0
parent56a49d640a9ff1a720c59514e3c9ee13bc163d92 (diff)
fix include file path.
-rw-r--r--usr.sbin/tcpdump/addrtoname.c4
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>