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:
Ondřej Surý 2023-07-19 08:50:17 +02:00
parent b14bb7be97
commit fb13b439bc
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -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