mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
On musl-libc, the compiler would print a warning for nbio_linux.c: "warning: 'struct timespec' declared inside parameter list will not be visible outside of this definition or declaration", indicating a missing header defining this structure. On glibc, this definition is provided through the stdlib header.