From: Ondřej Surý Date: Tue, 14 Feb 2023 12:40:45 +0000 (+0100) Subject: Add missing include to dns/badcache.c X-Git-Tag: v9.19.11~64^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af12241f67e33ffb8d24db2f769fd0a79afde54b;p=thirdparty%2Fbind9.git Add missing include to dns/badcache.c The dns_badcache was pulling the header only indirectly via , add the direct include as the no longer pulls the header when pthread_rwlock is used. --- diff --git a/lib/dns/badcache.c b/lib/dns/badcache.c index 3ef1dfaeb6e..64363ea7939 100644 --- a/lib/dns/badcache.c +++ b/lib/dns/badcache.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include