Blame SOURCES/bind-9.16-rh2133889.patch

bcb1e2
From 606fc6d4aa8e8884f53f53e72dc1bd7babf37a47 Mon Sep 17 00:00:00 2001
bcb1e2
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <ondrej@isc.org>
bcb1e2
Date: Mon, 16 Jan 2023 11:06:48 +0000
bcb1e2
Subject: [PATCH] Merge branch 'feature/main/zt-rwlock.h' into 'main'
bcb1e2
bcb1e2
Include isc_rwlocktype_t type definition in zt.h
bcb1e2
bcb1e2
See merge request isc-projects/bind9!7376
bcb1e2
bcb1e2
(cherry picked from commit d7bcdf8bd6c5395726f708535120ce9a97eaa935)
bcb1e2
bcb1e2
395d6fca Include isc_rwlocktype_t type definition in zt.h
bcb1e2
---
bcb1e2
 lib/dns/include/dns/zt.h | 1 +
bcb1e2
 1 file changed, 1 insertion(+)
bcb1e2
bcb1e2
diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h
bcb1e2
index 189092bc3b..2964fc971f 100644
bcb1e2
--- a/lib/dns/include/dns/zt.h
bcb1e2
+++ b/lib/dns/include/dns/zt.h
bcb1e2
@@ -19,6 +19,7 @@
bcb1e2
 #include <stdbool.h>
bcb1e2
 
bcb1e2
 #include <isc/lang.h>
bcb1e2
+#include <isc/rwlock.h>
bcb1e2
 
bcb1e2
 #include <dns/types.h>
bcb1e2
 
bcb1e2
-- 
bcb1e2
2.39.0
bcb1e2