diff --git a/CHANGES b/CHANGES index dd70abdeb6..20e9185167 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] 5215. [bug] Change #5124 was incomplete; named could still diff --git a/bin/named/unix/dlz_dlopen_driver.c b/bin/named/unix/dlz_dlopen_driver.c index 1a3e6e4f38..94c8869628 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