- Fix compile error on NetBSD in util/netevent.h.

This commit is contained in:
W.C.A. Wijngaards 2023-08-25 08:43:27 +02:00
parent d396d8dae3
commit 3795e37410
2 changed files with 4 additions and 0 deletions

View 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.

View 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>