From: Petr Menšík Date: Mon, 16 Jan 2023 10:45:31 +0000 (+0100) Subject: Include isc_rwlocktype_t type definition in zt.h X-Git-Tag: v9.19.10~43^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=395d6fca2638129e1cc1f55ee4b3aa0dbba44dc0;p=thirdparty%2Fbind9.git Include isc_rwlocktype_t type definition in zt.h After changes zt.h uses rwlock type, which is not enforced to be always defined. Ensure full type definition is ready by including appropriate header. --- diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h index 077b26ddeac..037d0a9495b 100644 --- a/lib/dns/include/dns/zt.h +++ b/lib/dns/include/dns/zt.h @@ -18,6 +18,7 @@ #include #include +#include #include