]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix ISC_REFCOUNT_TRACE_IMPL usage
authorAram Sargsyan <aram@isc.org>
Thu, 9 Mar 2023 21:38:04 +0000 (21:38 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 9 Mar 2023 21:38:04 +0000 (21:38 +0000)
commitfce68da4601f1f78d3c369272e09f942ba2af294
tree88fea83b2e94a4ad20f4cb9ef67a607c6344aefd
parent0663efc209d53afe611736718dc33747865ad45e
Fix ISC_REFCOUNT_TRACE_IMPL usage

ISC_REFCOUNT_TRACE_IMPL uses isc_tid(), but the corresponding header
file is not included, which breaks, for example, compiling BIND with
DNS_CATZ_TRACE defined in lib/dns/include/dns/catz.h.

Add '#include <isc/tid.h>' in lib/isc/include/isc/refcount.h.
lib/isc/include/isc/refcount.h