diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 13:07:33 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 13:07:33 -0300 |
| commit | 2c8d79850a80b5602811dff6c00aa79d371ff35a (patch) | |
| tree | 5884db1360332db6d4a85b948b180a636d41f378 /testing/veracrypt/sysmacros.patch | |
| parent | 04005015fe7ad9c561fd73204d66e147d5acd9bd (diff) | |
| download | aports-2c8d79850a80b5602811dff6c00aa79d371ff35a.tar.bz2 aports-2c8d79850a80b5602811dff6c00aa79d371ff35a.tar.xz | |
testing/veracrypt: fix build
Diffstat (limited to 'testing/veracrypt/sysmacros.patch')
| -rw-r--r-- | testing/veracrypt/sysmacros.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/veracrypt/sysmacros.patch b/testing/veracrypt/sysmacros.patch new file mode 100644 index 0000000000..84d89694e5 --- /dev/null +++ b/testing/veracrypt/sysmacros.patch @@ -0,0 +1,13 @@ +diff --git a/src/Platform/Unix/FilesystemPath.cpp b/src/Platform/Unix/FilesystemPath.cpp +index d6c9cd2..7c28af4 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 + { + |
