Skip to content

Fix compilation on Musl systems

Bart Ribbers requested to merge bribbers/k3b:musl-fstab into master

fstab.h is not a thing on Musl systems and thus k3b doesn't compile with it there. It seems to compile fine on FreeBSD and glibc systems only, so let's guard it for that

Merge request reports