Skip to content

Fix build on musl in Nanoleaf settings

Sirn Thanabulpong requested to merge sirn/OpenRGB:musl-nanoleaf-fix into master

Fix build failing on musl due to missing #include <sys/select.h>.

Similar to !1542 (merged), but only limit #include to non-Win32.

Merge request reports