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>