conditionally include <dlfcn.h>

(cherry picked from commit eee8084734)
This commit is contained in:
Mark Andrews 2019-04-24 09:06:08 +10:00
parent 22e81bdc82
commit 4ab8411c4c

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>