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 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