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