mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-21 17:01:23 -05:00
#include <lwres/net.h>
This commit is contained in:
parent
ac3f9fa1ec
commit
3fccea030d
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: gethost.c,v 1.27 2001/03/06 23:02:00 bwelling Exp $ */
|
||||
/* $Id: gethost.c,v 1.28 2001/03/06 23:12:15 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <lwres/net.h>
|
||||
#include <lwres/netdb.h>
|
||||
|
||||
#include "assert_p.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue