mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add missing headers to <dns/rdataslab.h>
The new header was not self-contained and required extra headers to be included before including <dns/rdataslah.h>; rectify that.
This commit is contained in:
parent
b14bb7be97
commit
fb13b439bc
1 changed files with 4 additions and 0 deletions
|
|
@ -43,10 +43,14 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <isc/atomic.h>
|
||||
#include <isc/heap.h>
|
||||
#include <isc/lang.h>
|
||||
#include <isc/stdtime.h>
|
||||
#include <isc/urcu.h>
|
||||
|
||||
#include <dns/name.h>
|
||||
#include <dns/rdataset.h>
|
||||
#include <dns/types.h>
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue