bind-9.18-zt-include-rwlock.patch 753 B

12345678910111213141516171819202122232425262728
  1. From 395d6fca2638129e1cc1f55ee4b3aa0dbba44dc0 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com>
  3. Date: Mon, 16 Jan 2023 11:45:31 +0100
  4. Subject: [PATCH] Include isc_rwlocktype_t type definition in zt.h
  5. After changes zt.h uses rwlock type, which is not enforced to be always
  6. defined. Ensure full type definition is ready by including appropriate
  7. header.
  8. ---
  9. lib/dns/include/dns/zt.h | 1 +
  10. 1 file changed, 1 insertion(+)
  11. diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h
  12. index 077b26ddea..037d0a9495 100644
  13. --- a/lib/dns/include/dns/zt.h
  14. +++ b/lib/dns/include/dns/zt.h
  15. @@ -18,6 +18,7 @@
  16. #include <stdbool.h>
  17. #include <isc/lang.h>
  18. +#include <isc/rwlock.h>
  19. #include <dns/types.h>
  20. --
  21. 2.39.0