From eee8084734d73588e76bab97ff7b8341519bf1a9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 Apr 2019 09:06:08 +1000 Subject: [PATCH 1/2] conditionally include --- bin/named/unix/dlz_dlopen_driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/named/unix/dlz_dlopen_driver.c b/bin/named/unix/dlz_dlopen_driver.c index 74d29ffa09..ab8a5c9493 100644 --- a/bin/named/unix/dlz_dlopen_driver.c +++ b/bin/named/unix/dlz_dlopen_driver.c @@ -14,7 +14,9 @@ #include #include #include +#if HAVE_DLFCN_H #include +#endif #include #include From 19e40981394093ba62eb6c656489b5ef7ed32406 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 Apr 2019 09:07:19 +1000 Subject: [PATCH 2/2] add CHANGES --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 1e08aeb62e..0b8494f518 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5218. [bug] Conditionally include . [GL #995] + 5217. [bug] Restore key id calculation for RSAMD5. [GL #996] 5216. [bug] Fetches-per-zone counter wasn't updated correctly