Compiling in Fedora 41 fails
$ Compiling os_nix.c ../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c: In function ‘wiiuse_os_poll’: ../../Source/Module/modules/controller/wiimote/lib/wiiuse/os_nix.c:322:29: error: implicit declaration of function ‘wiiuse_os_read’; did you mean ‘wiiuse_os_find’? [-Wimplicit-function-declaration] 322 | r = wiiuse_os_read(wm[i], read_buffer, sizeof(read_buffer)); | ^~~~~~~~~~~~~~ | wiiuse_os_find make: *** [Makefile:249: build/intermediate/Debug/os_nix_4c40caab.o] Error 1 make: *** Waiting for unfinished jobs....
Hello, this should have been fixed with the referenced PR, can you confirm?