From b4ccec331dbd81581c6226a54847385a27d9eb25 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 14 Jan 2016 10:27:09 -0800 Subject: [PATCH] [master] added sockaddr.h 4291. [cleanup] Added a required include to dns/forward.h. [RT #41474] --- CHANGES | 2 ++ lib/dns/forward.c | 3 --- lib/dns/include/dns/forward.h | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 6911ae672b..f223754f57 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 fa41c2af00..c6b2147110 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 836807e692..b2fdeb68fb 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