diff options
Diffstat (limited to 'src/Platform/Unix/FilesystemPath.cpp')
-rw-r--r-- | src/Platform/Unix/FilesystemPath.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform/Unix/FilesystemPath.cpp b/src/Platform/Unix/FilesystemPath.cpp index d6c9cd2b..7c28af40 100644 --- a/src/Platform/Unix/FilesystemPath.cpp +++ b/src/Platform/Unix/FilesystemPath.cpp @@ -15,6 +15,7 @@ #include "Platform/StringConverter.h" #include <stdio.h> #include <sys/stat.h> +#include <sys/sysmacros.h> namespace VeraCrypt { |