diwic / alsa-rs

Thin but safe ALSA wrappers for Rust
Apache License 2.0
139 stars 66 forks source link

Unbreak build on BSDs #49

Closed jbeich closed 4 years ago

jbeich commented 4 years ago

nfds_t is unsigned int on Android, DragonFly, FreeBSD, NetBSD all of which can use ALSA. See https://github.com/rust-lang/libc/search?q=nfds_t

diwic commented 4 years ago

Thanks!