aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/cryfs/files/cryfs-0.9.7-add-stat-include.patch')
-rw-r--r--sys-fs/cryfs/files/cryfs-0.9.7-add-stat-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-fs/cryfs/files/cryfs-0.9.7-add-stat-include.patch b/sys-fs/cryfs/files/cryfs-0.9.7-add-stat-include.patch
new file mode 100644
index 0000000..956233c
--- /dev/null
+++ b/sys-fs/cryfs/files/cryfs-0.9.7-add-stat-include.patch
@@ -0,0 +1,10 @@
+--- work/src/fspp/fs_interface/Dir.h.orig 2017-08-15 21:33:07.095670957 +0200
++++ work/src/fspp/fs_interface/Dir.h 2017-08-15 21:33:19.341887249 +0200
+@@ -4,6 +4,7 @@
+
+ #include <cpp-utils/pointer/unique_ref.h>
+ #include <string>
++#include <sys/stat.h>
+ #include <boost/filesystem/path.hpp>
+
+ namespace fspp {