- Fix ub_event and include dnstap and win_svc headers.

This commit is contained in:
W.C.A. Wijngaards 2025-04-03 10:59:41 +02:00
parent 5f91d5f74c
commit 9939d5cdb0
2 changed files with 7 additions and 0 deletions

View 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

View file

@ -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. */