2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

#include <lwres/net.h>

This commit is contained in:
Brian Wellington 2001-03-06 23:12:15 +00:00
parent ac3f9fa1ec
commit 3fccea030d

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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> #include <config.h>
@ -24,6 +24,7 @@
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <lwres/net.h>
#include <lwres/netdb.h> #include <lwres/netdb.h>
#include "assert_p.h" #include "assert_p.h"