diff --git a/doc/Changelog b/doc/Changelog index 4a476a853..f3a3d3b12 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -12,6 +12,7 @@ for ipbased triggers. Unlock the nsdname zone lock when done. Unlock zone and ip in rpz nsip and nsdname callback. Unlock authzone and localzone if clientip found in rpz worker call. + - Fix compile warning in libunbound for listen desetup routine. 20 August 2021: Wouter - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is diff --git a/libunbound/libunbound.c b/libunbound/libunbound.c index 8ec8e417a..038b7b927 100644 --- a/libunbound/libunbound.c +++ b/libunbound/libunbound.c @@ -64,6 +64,7 @@ #include "services/cache/infra.h" #include "services/cache/rrset.h" #include "services/authzone.h" +#include "services/listen_dnsport.h" #include "sldns/sbuffer.h" #ifdef HAVE_PTHREAD #include