mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:49:59 -04:00
[master] added sockaddr.h
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
This commit is contained in:
parent
bdd9d37c96
commit
b4ccec331d
3 changed files with 3 additions and 5 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
|
||||
|
||||
4290. [func] The timers returned by the statistics channel
|
||||
(indicating current time, server boot time, and
|
||||
most recent reconfiguration time) are now reported
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -24,7 +22,6 @@
|
|||
#include <isc/magic.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/sockaddr.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/forward.h>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: forward.h,v 1.13 2009/09/02 23:48:02 tbox Exp $ */
|
||||
|
||||
#ifndef DNS_FORWARD_H
|
||||
#define DNS_FORWARD_H 1
|
||||
|
||||
|
|
@ -24,6 +22,7 @@
|
|||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/sockaddr.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue