From: Aram Sargsyan Date: Thu, 9 Mar 2023 21:38:04 +0000 (+0000) Subject: Fix ISC_REFCOUNT_TRACE_IMPL usage X-Git-Tag: v9.19.12~84^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce68da4601f1f78d3c369272e09f942ba2af294;p=thirdparty%2Fbind9.git 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 ' in lib/isc/include/isc/refcount.h. --- diff --git a/lib/isc/include/isc/refcount.h b/lib/isc/include/isc/refcount.h index ac2702b8858..752f3e426f0 100644 --- a/lib/isc/include/isc/refcount.h +++ b/lib/isc/include/isc/refcount.h @@ -20,6 +20,7 @@ #include #include #include +#include #include /*! \file isc/refcount.h