* nametoaddr.c with DECNETLIB defined needs <netdnet/dnetdb.h>
included. And which again needs <sys/types.h>.
* Remove "IP6_misc.h" since it's already included in pcap-stdinc.h
(ref. my patch to pcap-stdinc.h).
#include "config.h"
#endif
+#ifdef DECNETLIB
+#include <sys/types.h>
+#include <netdnet/dnetdb.h>
+#endif
+
#ifdef WIN32
#include <pcap-stdinc.h>
#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
/*