mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 19:59:28 -05:00
- Fix ub_event and include dnstap and win_svc headers.
This commit is contained in:
parent
5f91d5f74c
commit
9939d5cdb0
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue