2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[master] added sockaddr.h

4291.	[cleanup]	Added a required include to dns/forward.h. [RT #41474]
This commit is contained in:
Evan Hunt
2016-01-14 10:27:09 -08:00
parent bdd9d37c96
commit b4ccec331d
3 changed files with 3 additions and 5 deletions

View File

@@ -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 4290. [func] The timers returned by the statistics channel
(indicating current time, server boot time, and (indicating current time, server boot time, and
most recent reconfiguration time) are now reported most recent reconfiguration time) are now reported

View File

@@ -15,8 +15,6 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
/*! \file */ /*! \file */
#include <config.h> #include <config.h>
@@ -24,7 +22,6 @@
#include <isc/magic.h> #include <isc/magic.h>
#include <isc/mem.h> #include <isc/mem.h>
#include <isc/rwlock.h> #include <isc/rwlock.h>
#include <isc/sockaddr.h>
#include <isc/util.h> #include <isc/util.h>
#include <dns/forward.h> #include <dns/forward.h>

View File

@@ -15,8 +15,6 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: forward.h,v 1.13 2009/09/02 23:48:02 tbox Exp $ */
#ifndef DNS_FORWARD_H #ifndef DNS_FORWARD_H
#define DNS_FORWARD_H 1 #define DNS_FORWARD_H 1
@@ -24,6 +22,7 @@
#include <isc/lang.h> #include <isc/lang.h>
#include <isc/result.h> #include <isc/result.h>
#include <isc/sockaddr.h>
#include <dns/types.h> #include <dns/types.h>