From 9939d5cdb0fc3a4257017171e50c41343c937876 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 3 Apr 2025 10:59:41 +0200 Subject: [PATCH] - Fix ub_event and include dnstap and win_svc headers. --- doc/Changelog | 1 + util/ub_event.c | 6 ++++++ 2 files changed, 7 insertions(+) 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. */ -- 2.47.3