diff --git a/src/Platform/Unix/FilesystemPath.cpp b/src/Platform/Unix/FilesystemPath.cpp index 7c28af40..674b395b 100644 --- a/src/Platform/Unix/FilesystemPath.cpp +++ b/src/Platform/Unix/FilesystemPath.cpp @@ -15,7 +15,9 @@ #include "Platform/StringConverter.h" #include #include +#if !defined(__FreeBSD__) && !defined(__APPLE__) #include +#endif namespace VeraCrypt {