From af12241f67e33ffb8d24db2f769fd0a79afde54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 14 Feb 2023 13:40:45 +0100 Subject: [PATCH] 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. --- lib/dns/badcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/badcache.c b/lib/dns/badcache.c index 3ef1dfaeb6..64363ea793 100644 --- a/lib/dns/badcache.c +++ b/lib/dns/badcache.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include