From 4ab8411c4c2c4762124c710bad72b0fb63ece0b2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 Apr 2019 09:06:08 +1000 Subject: [PATCH] conditionally include (cherry picked from commit eee8084734d73588e76bab97ff7b8341519bf1a9) --- bin/named/unix/dlz_dlopen_driver.c | 2 ++ 1 file changed, 2 insertions(+) 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