We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396d8d commit 3795e37Copy full SHA for 3795e37
doc/Changelog
@@ -1,3 +1,6 @@
1
+25 August 2023: Wouter
2
+ - Fix compile error on NetBSD in util/netevent.h.
3
+
4
23 August 2023: Wouter
5
- Tag for 1.18.0rc1 release.
6
util/netevent.h
@@ -60,6 +60,7 @@
60
#ifndef NET_EVENT_H
61
#define NET_EVENT_H
62
63
+#include <sys/time.h>
64
#include "dnscrypt/dnscrypt.h"
65
#ifdef HAVE_NGHTTP2_NGHTTP2_H
66
#include <nghttp2/nghttp2.h>
0 commit comments