socketry / io-event

MIT License
66 stars 15 forks source link

fix mingw build #95

Closed ahorek closed 7 months ago

ahorek commented 7 months ago

Types of Changes

fixes a compile error on mingw

compiling ./io/event/event.c
In file included from ./io/event/event.c:22:
./io/event/selector/selector.h:37:10: fatal error: sys/wait.h: No such file or directory
   37 | #include <sys/wait.h>

which has been broken by a recent change https://github.com/socketry/io-event/pull/94

also, Windows tests weren't running properly on GHA

Contribution