2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Include isc_rwlocktype_t type definition in zt.h

After changes zt.h uses rwlock type, which is not enforced to be always
defined. Ensure full type definition is ready by including appropriate
header.
This commit is contained in:
Petr Menšík
2023-01-16 11:45:31 +01:00
parent 0bc0cabaa1
commit 395d6fca26

View File

@@ -18,6 +18,7 @@
#include <stdbool.h>
#include <isc/lang.h>
#include <isc/rwlock.h>
#include <dns/types.h>