From: Evan Hunt Date: Thu, 14 Jan 2016 18:27:09 +0000 (-0800) Subject: [master] added sockaddr.h X-Git-Tag: v9.11.0a1~195 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b4ccec331dbd81581c6226a54847385a27d9eb25;p=thirdparty%2Fbind9.git [master] added sockaddr.h 4291. [cleanup] Added a required include to dns/forward.h. [RT #41474] --- diff --git a/CHANGES b/CHANGES index 6911ae672b9..f223754f577 100644 --- a/CHANGES +++ b/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 diff --git a/lib/dns/forward.c b/lib/dns/forward.c index fa41c2af00c..c6b21471104 100644 --- a/lib/dns/forward.c +++ b/lib/dns/forward.c @@ -15,8 +15,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */ - /*! \file */ #include @@ -24,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/lib/dns/include/dns/forward.h b/lib/dns/include/dns/forward.h index 836807e692b..b2fdeb68fbd 100644 --- a/lib/dns/include/dns/forward.h +++ b/lib/dns/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 #include +#include #include