arpa/nameser.h is required by resolv.h on solaris

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10686 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-09-13 00:50:22 +00:00
parent a6024b6cf6
commit b3d59fc148

View File

@@ -92,6 +92,9 @@ struct sockaddr_dl;
#ifdef HAVE_NETDB_H #ifdef HAVE_NETDB_H
#include <netdb.h> #include <netdb.h>
#endif #endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H #ifdef HAVE_RESOLV_H
#include <resolv.h> #include <resolv.h>
#endif #endif