dect
/
libpcap
Archived
13
0
Fork 0

From Gisle Vanem:

* 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).
This commit is contained in:
Guy Harris 2009-02-14 14:36:34 -08:00
parent 5fb89099c6
commit 936df0fbc1
1 changed files with 5 additions and 7 deletions

View 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
/*