mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-10 07:37:43 +00:00
Before, glibc appears to transitively pull in the syscall number definitions, but musl does not do this. Thus, `__NR_riscv_hwprobe` is undeclared and an error is emitted. Fix this by including `<asm/unistd.h>`, which makes the macro visible on musl.