Merge branch '995-dlz_open_driver-fix-build-failure-without-dlfcn-h-v9_11' into 'v9_11'

Resolve "dlz_open_driver: fix build failure without dlfcn.h"

See merge request isc-projects/bind9!1855
This commit is contained in:
Mark Andrews 2019-04-23 21:02:25 -04:00
commit 216752e3b2
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
5218. [bug] Conditionally include <dlfcn.h>. [GL #995]
5214. [bug] win32: named now removes its lock file upon shutdown.
[GL #979]

View file

@ -17,7 +17,9 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <dns/log.h>
#include <dns/result.h>