From eab56f4807a370afdac6ebe86bfe54e2f86c0fb6 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 5 Feb 2024 13:54:09 +1300 Subject: [PATCH] Add for `WNOHANG`. Fixes #93. --- ext/io/event/selector/selector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/io/event/selector/selector.h b/ext/io/event/selector/selector.h index 535eb516..1b9334fb 100644 --- a/ext/io/event/selector/selector.h +++ b/ext/io/event/selector/selector.h @@ -34,6 +34,7 @@ #endif #include +#include enum IO_Event { IO_EVENT_READABLE = 1,