mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
need <dns/types.h> to define dns_rdatatype_t
This commit is contained in:
parent
dc46294525
commit
26dc2e1958
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#include <isc/lang.h>
|
||||
#include <isc/sockaddr.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
typedef struct dns_rdatacommon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue