From efcfd72c90d6fab96bea79dc19ca9aeceb4f938c Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 5 Sep 2018 21:31:45 -0400 Subject: include sysmacros patch --- scx-veracrypt/veracrypt-1.22-include-sysmacros.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scx-veracrypt/veracrypt-1.22-include-sysmacros.patch (limited to 'scx-veracrypt/veracrypt-1.22-include-sysmacros.patch') diff --git a/scx-veracrypt/veracrypt-1.22-include-sysmacros.patch b/scx-veracrypt/veracrypt-1.22-include-sysmacros.patch new file mode 100644 index 0000000..9381b40 --- /dev/null +++ b/scx-veracrypt/veracrypt-1.22-include-sysmacros.patch @@ -0,0 +1,11 @@ +diff -x '*.orig' -x '*.rej' -Naur VeraCrypt_1.22/src/Platform/Unix/FilesystemPath.cpp VeraCrypt_1.22-1/src/Platform/Unix/FilesystemPath.cpp +--- VeraCrypt_1.22/src/Platform/Unix/FilesystemPath.cpp 2018-03-30 07:54:10.000000000 -0400 ++++ VeraCrypt_1.22-1/src/Platform/Unix/FilesystemPath.cpp 2018-09-05 21:20:12.897225387 -0400 +@@ -15,6 +15,7 @@ + #include "Platform/StringConverter.h" + #include + #include ++#include + + namespace VeraCrypt + { -- cgit