From 4ab8411c4c2c4762124c710bad72b0fb63ece0b2 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 (cherry picked from commit eee8084734d73588e76bab97ff7b8341519bf1a9) --- 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 f9a46ebb77..b8bb27dd70 100644 --- a/bin/named/unix/dlz_dlopen_driver.c +++ b/bin/named/unix/dlz_dlopen_driver.c @@ -17,7 +17,9 @@ #include #include #include +#if HAVE_DLFCN_H #include +#endif #include #include From 29525f639fb2bb111cab04db0f86d506c7b4285a 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 (cherry picked from commit 19e40981394093ba62eb6c656489b5ef7ed32406) --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index efd2bc0cda..aec3caa511 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +5218. [bug] Conditionally include . [GL #995] + 5214. [bug] win32: named now removes its lock file upon shutdown. [GL #979]