From: Ondřej Surý Date: Wed, 19 Jul 2023 06:50:17 +0000 (+0200) Subject: Add missing headers to X-Git-Tag: v9.19.16~36^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb13b439bcfa344356c1ec58d725bf613f435675;p=thirdparty%2Fbind9.git Add missing headers to The new header was not self-contained and required extra headers to be included before including ; rectify that. --- diff --git a/lib/dns/include/dns/rdataslab.h b/lib/dns/include/dns/rdataslab.h index e338d964de1..9fa97bf81f7 100644 --- a/lib/dns/include/dns/rdataslab.h +++ b/lib/dns/include/dns/rdataslab.h @@ -43,10 +43,14 @@ #include +#include #include #include +#include #include +#include +#include #include ISC_LANG_BEGINDECLS