]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix ub_event and include dnstap and win_svc headers.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Apr 2025 08:59:41 +0000 (10:59 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Apr 2025 08:59:41 +0000 (10:59 +0200)
doc/Changelog
util/ub_event.c

index 6fbc06a5c2e5b0e8b4446dcf96b2a4ee468d3df8..a360adfdb19864436b200a0ae3d3a6fb507c2b25 100644 (file)
@@ -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
index 93fbaec17c018d59050f897b699e6e16d8b4485c..9133d446cbd3c2fbc8ddd107b60f06ddbb42d410 100644 (file)
 #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. */