dnsapi: Fix the case where we have libresolv headers but no libraries.
This commit is contained in:
parent
2c3adec595
commit
ea2d3f802b
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_RESOLV
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef HAVE_NETINET_IN_H
|
#ifdef HAVE_NETINET_IN_H
|
||||||
|
@ -180,3 +182,5 @@ setsection(ns_msg *msg, ns_sect sect) {
|
||||||
NS_PTR(msg) = msg->_sections[(int)sect];
|
NS_PTR(msg) = msg->_sections[(int)sect];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue