dnsapi: Fix conflicts nameser.h with winerror.h.
This commit is contained in:
parent
a8a7976bc0
commit
fa823d2fb8
|
@ -31,6 +31,7 @@
|
|||
#endif
|
||||
#ifdef HAVE_ARPA_NAMESER_H
|
||||
# include <arpa/nameser.h>
|
||||
# undef NOERROR
|
||||
#endif
|
||||
#ifdef HAVE_RESOLV_H
|
||||
# include <resolv.h>
|
||||
|
|
Loading…
Reference in New Issue