bd0186dbd4
Tenacity is an easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor. WWW: https://tenacityaudio.org/ PR: 290531 Reported by: Martin Filla <freebsd@sysctl.cz> (new maintainer)
12 lines
391 B
C++
12 lines
391 B
C++
--- libraries/lib-files/FileNames.cpp.orig 2025-10-26 07:26:25 UTC
|
|
+++ libraries/lib-files/FileNames.cpp
|
|
@@ -737,6 +737,8 @@ bool FileNames::IsOnFATFileSystem(const FilePath &path
|
|
return 0 == strcmp(fs.f_fstypename, "msdos");
|
|
}
|
|
#elif defined(__FreeBSD__)
|
|
+#include <sys/param.h>
|
|
+#include <sys/mount.h>
|
|
bool FileNames::IsOnFATFileSystem(const FilePath &path)
|
|
{
|
|
struct statfs fs;
|