mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
057dd563aa
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.