Commit ae8ca36b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

Include <arpa/nameser.h> before <resolv.h>.

parent b83789fd
......@@ -14014,6 +14014,9 @@ cat >>conftest.$ac_ext <<_ACEOF
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#if HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif
#include <$ac_header>
_ACEOF
......
......@@ -1093,6 +1093,9 @@ AC_CHECK_HEADERS([resolv.h],,,
#endif
#if HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#if HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif])
AC_CHECK_HEADERS(netinet/ip.h,,,
......
......@@ -48,6 +48,9 @@ struct _pthread_cleanup_buffer;
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
# include <arpa/nameser.h>
#endif
#ifdef HAVE_RESOLV_H
# include <resolv.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment