diff options
| author | 2000-02-07 13:35:53 +0000 | |
|---|---|---|
| committer | 2000-02-07 13:35:53 +0000 | |
| commit | 973867041a5f12bac6166a40cb1eaaec84ae07e5 (patch) | |
| tree | cf12210c2109aa49b2f013a547b8b248755ee0d3 /usr.sbin/tcpdump/addrtoname.c | |
| parent | various minor cleanups of uglies (diff) | |
| download | wireguard-openbsd-973867041a5f12bac6166a40cb1eaaec84ae07e5.tar.xz wireguard-openbsd-973867041a5f12bac6166a40cb1eaaec84ae07e5.zip | |
fix include file path.
Diffstat (limited to 'usr.sbin/tcpdump/addrtoname.c')
| -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 95408aec081..5f188cc41fd 100644 --- a/usr.sbin/tcpdump/addrtoname.c +++ b/usr.sbin/tcpdump/addrtoname.c @@ -23,7 +23,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/addrtoname.c,v 1.10 2000/01/16 12:07:29 jakob Exp $ (LBL)"; + "@(#) $Header: /home/cvs/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> |
