diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-10-27 15:09:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-10-27 15:09:16 +0000 |
commit | 4cb89f2eee3bb358f0491932ab0498b5319f4229 (patch) | |
tree | fc2691469564e7d7e552247f2b2c6e04dd7efb8a /util/mini_event.h | |
parent | 7973006f41cdaf144441d1a39f9f075053435e2f (diff) |
Diffstat (limited to 'util/mini_event.h')
-rw-r--r-- | util/mini_event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/mini_event.h b/util/mini_event.h index 1734ca574c604..fa71ca3d123ee 100644 --- a/util/mini_event.h +++ b/util/mini_event.h @@ -54,6 +54,10 @@ #if defined(USE_MINI_EVENT) && !defined(USE_WINSOCK) +#ifdef HAVE_SYS_SELECT_H +/* for fd_set on OpenBSD */ +#include <sys/select.h> +#endif #include <sys/time.h> #ifndef HAVE_EVENT_BASE_FREE |