aboutsummaryrefslogtreecommitdiffstats
path: root/testing/veracrypt/sysmacros.patch
blob: 84d89694e5e80688fc8bc3c84b619ef59f914fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
 {