4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
+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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
-
/*! \file */
#include <config.h>
#include <isc/magic.h>
#include <isc/mem.h>
#include <isc/rwlock.h>
-#include <isc/sockaddr.h>
#include <isc/util.h>
#include <dns/forward.h>
* 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
#include <isc/lang.h>
#include <isc/result.h>
+#include <isc/sockaddr.h>
#include <dns/types.h>