mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
[master] added sockaddr.h
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
This commit is contained in:
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>
|
||||
|
||||
|
Reference in New Issue
Block a user