X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7345e3760d973833634cf2aa3b7e0fd0addd711d..refs/pull/703/head:/strtoaddr.c diff --git a/strtoaddr.c b/strtoaddr.c index 81a041f2..e38a9d4e 100644 --- a/strtoaddr.c +++ b/strtoaddr.c @@ -16,10 +16,10 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif -#include +#include "netdissect-stdinc.h" #include #include @@ -42,10 +42,6 @@ * sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX. */ -#ifndef NS_IN6ADDRSZ -#define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */ -#endif - /* int * strtoaddr(src, dst) * convert presentation level IPv4 address to network order binary form.