cf7c91
From c8f5b31f0637315c1c45d0287f05fcad2250f40f Mon Sep 17 00:00:00 2001
cf7c91
From: Petr Mensik <pemensik@redhat.com>
cf7c91
Date: Thu, 13 Oct 2022 15:35:46 +0200
cf7c91
Subject: [PATCH] Add include to rwlocktype_t to dns/zt.h
cf7c91
cf7c91
It got broken as part of bug #2101712 fix. Introduced new definition,
cf7c91
which passes during bind build, but breaks bind-dyndb-ldap build.
cf7c91
---
cf7c91
 lib/dns/include/dns/zt.h | 1 +
cf7c91
 1 file changed, 1 insertion(+)
cf7c91
cf7c91
diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h
cf7c91
index 9421225..64c24d6 100644
cf7c91
--- a/lib/dns/include/dns/zt.h
cf7c91
+++ b/lib/dns/include/dns/zt.h
cf7c91
@@ -18,6 +18,7 @@
cf7c91
 #include <stdbool.h>
cf7c91
 
cf7c91
 #include <isc/lang.h>
cf7c91
+#include <isc/rwlock.h>
cf7c91
 
cf7c91
 #include <dns/types.h>
cf7c91
 
cf7c91
-- 
cf7c91
2.37.3
cf7c91