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