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

use isc/netdb.h instead of netdb.h

This commit is contained in:
David Lawrence 1999-10-18 00:23:07 +00:00
parent 13eaef2df2
commit e9dd5da241

View File

@ -22,7 +22,6 @@
#include <stdlib.h>
#include <string.h>
#include <netdb.h> /* XXXRTH */
extern int h_errno;
#include <isc/types.h>
@ -31,6 +30,7 @@ extern int h_errno;
#include <isc/error.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/netdb.h>
#include <isc/result.h>
#include <isc/sockaddr.h>
#include <isc/socket.h>