b1d2190f5f
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.