conditionally include <dlfcn.h>

This commit is contained in:
Mark Andrews 2019-04-24 09:06:08 +10:00
parent ea131d2e6a
commit eee8084734

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>