mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
no need to include <isccfg/cfg.h>; include <isc/net.h> to define in_port_t
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: getaddresses.h,v 1.1 2001/11/14 22:08:38 bwelling Exp $ */
|
/* $Id: getaddresses.h,v 1.2 2001/11/15 01:04:06 gson Exp $ */
|
||||||
|
|
||||||
#ifndef BIND9_GETADDRESSES_H
|
#ifndef BIND9_GETADDRESSES_H
|
||||||
#define BIND9_GETADDRESSES_H 1
|
#define BIND9_GETADDRESSES_H 1
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
#include <isc/lang.h>
|
#include <isc/lang.h>
|
||||||
#include <isc/types.h>
|
#include <isc/types.h>
|
||||||
|
|
||||||
#include <isccfg/cfg.h>
|
#include <isc/net.h>
|
||||||
|
|
||||||
ISC_LANG_BEGINDECLS
|
ISC_LANG_BEGINDECLS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user