Skip to content

Commit 3795e37

Browse files
committed
- Fix compile error on NetBSD in util/netevent.h.
1 parent d396d8d commit 3795e37

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/Changelog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
25 August 2023: Wouter
2+
- Fix compile error on NetBSD in util/netevent.h.
3+
14
23 August 2023: Wouter
25
- Tag for 1.18.0rc1 release.
36

util/netevent.h

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#ifndef NET_EVENT_H
6161
#define NET_EVENT_H
6262

63+
#include <sys/time.h>
6364
#include "dnscrypt/dnscrypt.h"
6465
#ifdef HAVE_NGHTTP2_NGHTTP2_H
6566
#include <nghttp2/nghttp2.h>

0 commit comments

Comments
 (0)