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

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

Closes #995

See merge request isc-projects/bind9!1854
This commit is contained in:
Mark Andrews
2019-04-23 19:18:19 -04:00
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]
5216. [bug] Fetches-per-zone counter wasn't updated correctly

View File

@@ -14,7 +14,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>