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