mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 14:00:47 -05:00
no need to include <isccfg/cfg.h>; include <isc/net.h> to define in_port_t
This commit is contained in:
parent
06364bcf06
commit
cef23f1f01
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* 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
|
||||
#define BIND9_GETADDRESSES_H 1
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#include <isc/lang.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
#include <isccfg/cfg.h>
|
||||
#include <isc/net.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue