Merge pull request #190 from noloader/netbsd

Fix NetBSD compile (GH #189)
This commit is contained in:
gthess 2020-03-11 11:45:16 +01:00 committed by GitHub
commit 68044510e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,8 @@
#if defined(USE_MINI_EVENT) && !defined(USE_WINSOCK)
#include <sys/time.h>
#ifndef HAVE_EVENT_BASE_FREE
#define HAVE_EVENT_BASE_FREE
#endif