]> The Tcpdump Group git mirrors - libpcap/commitdiff
From Gisle Vanem:
authorGuy Harris <[email protected]>
Sat, 14 Feb 2009 22:36:34 +0000 (14:36 -0800)
committerGuy Harris <[email protected]>
Sat, 14 Feb 2009 22:36:34 +0000 (14:36 -0800)
* 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).

nametoaddr.c

index 5203e514e3fdd2e20887904479c41d6bdb26c6a7..5835e4d1fd16414ae612eadc087ad8444e8231dd 100644 (file)
@@ -31,6 +31,11 @@ static const char rcsid[] _U_ =
 #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
 /*