mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:52:27 -04:00
include dns/name.h
This commit is contained in:
parent
ae792d7f4c
commit
83a44df0a1
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ extern int h_errno;
|
|||
#include <isc/util.h>
|
||||
|
||||
#include <dns/message.h>
|
||||
#include <dns/name.h>
|
||||
#include <dns/rdata.h>
|
||||
#include <dns/rdataset.h>
|
||||
#include <dns/rdatatype.h>
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ extern int h_errno;
|
|||
#include <isc/util.h>
|
||||
|
||||
#include <dns/message.h>
|
||||
#include <dns/name.h>
|
||||
#include <dns/rdata.h>
|
||||
#include <dns/rdataclass.h>
|
||||
#include <dns/rdataset.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue