Skip to content

Include <sys/select.h> for fd_set, FD_SET, FD_ZERO

Heiko Becker requested to merge (removed):include-sys-select into release/20.08

.. and select(...). This fixes the build on musl and it's also where POSIX expects those things[1].

[1] https://pubs.opengroup.org/onlinepubs/009696899/basedefs/sys/select.h.html

Merge request reports