mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:42:06 -04:00
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.
This commit is contained in:
parent
28fe8104ee
commit
af12241f67
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <isc/atomic.h>
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/hash.h>
|
||||
#include <isc/log.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue