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

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

See merge request isc-projects/bind9!1856
This commit is contained in:
Mark Andrews 2019-04-23 21:00:55 -04:00
commit 84a02a0ed7
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
5218. [bug] Conditionally include <dlfcn.h>. [GL #995]
5217. [bug] Restore key id calculation for RSAMD5. [GL #996]
5215. [bug] Change #5124 was incomplete; named could still

View file

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