mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix compile error on NetBSD in util/netevent.h.
This commit is contained in:
parent
d396d8dae3
commit
3795e37410
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
25 August 2023: Wouter
|
||||
- Fix compile error on NetBSD in util/netevent.h.
|
||||
|
||||
23 August 2023: Wouter
|
||||
- Tag for 1.18.0rc1 release.
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
#ifndef NET_EVENT_H
|
||||
#define NET_EVENT_H
|
||||
|
||||
#include <sys/time.h>
|
||||
#include "dnscrypt/dnscrypt.h"
|
||||
#ifdef HAVE_NGHTTP2_NGHTTP2_H
|
||||
#include <nghttp2/nghttp2.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue