mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 09:59:08 -04:00
conditionally include <dlfcn.h>
This commit is contained in:
parent
ea131d2e6a
commit
eee8084734
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue