mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 15:52:53 -04:00
Include lwres/net.h to ensure definition of INADDR_LOOPBACK for lwresd.c.
This might not be the best place for it, but seemed pretty reasonable.
This commit is contained in:
parent
78b6b2b20d
commit
06150c8388
1 changed files with 2 additions and 1 deletions
|
|
@ -15,9 +15,10 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: lwaddr.h,v 1.2 2001/01/09 21:40:19 bwelling Exp $ */
|
||||
/* $Id: lwaddr.h,v 1.3 2001/03/10 06:40:29 tale Exp $ */
|
||||
|
||||
#include <lwres/lwres.h>
|
||||
#include <lwres/net.h>
|
||||
|
||||
isc_result_t
|
||||
lwaddr_netaddr_fromlwresaddr(isc_netaddr_t *na, lwres_addr_t *la);
|
||||
|
|
|
|||
Loading…
Reference in a new issue