From: W.C.A. Wijngaards Date: Thu, 3 Apr 2025 08:59:41 +0000 (+0200) Subject: - Fix ub_event and include dnstap and win_svc headers. X-Git-Tag: release-1.23.0rc1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9939d5cdb0fc3a4257017171e50c41343c937876;p=thirdparty%2Funbound.git - Fix ub_event and include dnstap and win_svc headers. --- diff --git a/doc/Changelog b/doc/Changelog index 6fbc06a5c..a360adfdb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,7 @@ - Fix #1263: Exempt loopback addresses from wait-limit. - Fix wait-limit-netblock and wait-limit-cookie-netblock config parse to allow two arguments. + - Fix ub_event and include dnstap and win_svc headers. 2 April 2025: Yorgos - Merge #1262 from markyang92, fix build with diff --git a/util/ub_event.c b/util/ub_event.c index 93fbaec17..9133d446c 100644 --- a/util/ub_event.c +++ b/util/ub_event.c @@ -47,6 +47,12 @@ #include "util/netevent.h" #include "util/tube.h" #include "daemon/remote.h" +#ifdef USE_DNSTAP +#include "dnstap/dtstream.h" +#endif +#ifdef UB_ON_WINDOWS +#include "winrc/win_svc.h" +#endif /* We define libevent structures here to hide the libevent stuff. */