]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing <isc/atomic.h> include to dns/badcache.c
authorOndřej Surý <ondrej@isc.org>
Tue, 14 Feb 2023 12:40:45 +0000 (13:40 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Feb 2023 08:30:04 +0000 (09:30 +0100)
commitaf12241f67e33ffb8d24db2f769fd0a79afde54b
tree7094f44f12988f60f0811cdd35efa2ad6eb9e964
parent28fe8104eed82d2053b9e2a2d06bd29cb3085ae5
Add missing <isc/atomic.h> include to dns/badcache.c

The dns_badcache was pulling the <isc/atomic.h> header only indirectly
via <isc/rwlock.h>, add the direct include as the <isc/rwlock.h> no
longer pulls the header when pthread_rwlock is used.
lib/dns/badcache.c