From 6ab0db6e25b53584b8938f7b71f54780601305ad Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 11 Mar 2020 03:35:28 -0400 Subject: [PATCH] Fix NetBSD compile (GH #189) --- util/mini_event.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/mini_event.h b/util/mini_event.h index 204894d97..1734ca574 100644 --- a/util/mini_event.h +++ b/util/mini_event.h @@ -54,6 +54,8 @@ #if defined(USE_MINI_EVENT) && !defined(USE_WINSOCK) +#include + #ifndef HAVE_EVENT_BASE_FREE #define HAVE_EVENT_BASE_FREE #endif -- 2.47.2