From 431aae0201677409856f7bc92a1856131eea634e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 4 Apr 2018 23:47:02 +0200 Subject: FreeBSD/MacOSX: fix for missing header --- src/Platform/Unix/FilesystemPath.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Platform/Unix') 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 { -- cgit v1.2.3