Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find fd_set - patch #117

Closed
hdatma opened this issue Aug 3, 2020 · 1 comment
Closed

Comments

@hdatma
Copy link

hdatma commented Aug 3, 2020

--- ./mini_event.h.orig	2020-06-22 16:28:12.000000000 +0200
+++ ./mini_event.h	2020-06-22 16:29:23.000000000 +0200
@@ -73,6 +73,9 @@
 /* needs our redblack tree */
 #include "rbtree.h"
 
+/* for fd_set on OpenBSD */
+#include <sys/select.h>
+
 /** max number of file descriptors to support */
 #define MAX_FDS 1024
 /** max number of signals to support */

@wcawijngaards
Copy link
Member

Thanks for the fixup, merged the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants