]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing headers to <dns/rdataslab.h>
authorOndřej Surý <ondrej@isc.org>
Wed, 19 Jul 2023 06:50:17 +0000 (08:50 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 19 Jul 2023 07:28:53 +0000 (09:28 +0200)
The new header was not self-contained and required extra headers to be
included before including <dns/rdataslah.h>; rectify that.

lib/dns/include/dns/rdataslab.h

index e338d964de16aca4449d650fd9cbcc789b94911a..9fa97bf81f76eb8a9120969411951d42dd6dbec8 100644 (file)
 
 #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