]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix compile error on NetBSD in util/netevent.h. release-1.18.0
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Aug 2023 06:43:27 +0000 (08:43 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Aug 2023 06:43:27 +0000 (08:43 +0200)
doc/Changelog
util/netevent.h

index dc22e07e1fbdd4f9cd0de887646c37831cfe00f5..a7c9c40026e5fdb474147d7d9346639a8ef0f829 100644 (file)
@@ -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.
 
index 761b8539c23b33b19f23bba3d392903ab57a00df..dc9619c163b0ae1756874cd45f5545846f497db0 100644 (file)
@@ -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>