Blame SOURCES/bind-9.11-rh2133889.patch

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