diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 2000-03-08 02:24:10 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 2000-03-08 02:24:10 +0000 |
| commit | bb1ba4173aee7b13d83af5286c2c319e8af45680 (patch) | |
| tree | 774d12ac1e61bad28cc84b42c5338dd3fdc9d29f | |
| parent | 2fd93bff6eb71ec3b1e8648850bfe2bbc7569593 (diff) | |
Notes
| -rw-r--r-- | contrib/tcpdump/addrtoname.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <net/ethernet.h> #ifdef INET6 -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #endif #include <arpa/inet.h> |
