fixes/35
-
Package version:
-
Component:
What steps will reproduce the bug?
build with musl is failed with following error:
mediamonitor-unix.cpp:11:10: fatal error: 'fstab.h' file not found
How often does it reproduce? Is there a required condition?
What is the expected behaviour?
What do you see instead?
Additional information
fstab.h is not exist in musl, maybe use mntent.h instead?