FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
17 stars 33 forks source link

Fix building against musl C library #86

Closed glenvt18 closed 7 years ago

glenvt18 commented 7 years ago

Musl doesn't have sys/unistd.h file, and the one from glibc simply does #include <unistd.h>.

FernetMenta commented 7 years ago

thanks