diff options
Diffstat (limited to 'nametoaddr.c')
-rw-r--r-- | nametoaddr.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/nametoaddr.c b/nametoaddr.c index c21e7849cfee7..5835e4d1fd164 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -24,13 +24,18 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.82.2.1 2008/02/06 10:21:47 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.83 2008-02-06 10:21:30 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifdef DECNETLIB +#include <sys/types.h> +#include <netdnet/dnetdb.h> +#endif + #ifdef WIN32 #include <pcap-stdinc.h> @@ -44,13 +49,6 @@ static const char rcsid[] _U_ = #include <netinet/in.h> #endif /* WIN32 */ -/* - * XXX - why was this included even on UNIX? - */ -#ifdef __MINGW32__ -#include "IP6_misc.h" -#endif - #ifndef WIN32 #ifdef HAVE_ETHER_HOSTTON /* |