Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 395d6fc

Browse files
committed
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.
1 parent 0bc0cab commit 395d6fc

File tree

1 file changed

+1
-0
lines changed
  • lib/dns/include/dns

1 file changed

+1
-0
lines changed

lib/dns/include/dns/zt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <stdbool.h>
1919

2020
#include <isc/lang.h>
21+
#include <isc/rwlock.h>
2122

2223
#include <dns/types.h>
2324

0 commit comments

Comments
 (0)