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