aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lizardfs/fix-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-07-02 10:04:33 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-08 12:37:33 +0000
commit814d953133975a9d377cfb745cbc367eb6abafed (patch)
tree84d9325c0320e5c4f19230abbecb90d80e992bc7 /testing/lizardfs/fix-headers.patch
parent9edc33e91cc13c75d6d411456604c5b9f1ef7ce2 (diff)
downloadaports-814d953133975a9d377cfb745cbc367eb6abafed.tar.bz2
aports-814d953133975a9d377cfb745cbc367eb6abafed.tar.xz
testing/lizardfs: new aport
a highly reliable, scalable and efficient distributed file system https://github.com/lizardfs/lizardfs/
Diffstat (limited to 'testing/lizardfs/fix-headers.patch')
-rw-r--r--testing/lizardfs/fix-headers.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/lizardfs/fix-headers.patch b/testing/lizardfs/fix-headers.patch
new file mode 100644
index 0000000000..3b8746aa8d
--- /dev/null
+++ b/testing/lizardfs/fix-headers.patch
@@ -0,0 +1,12 @@
+diff --git a/src/common/lockfile.cc b/src/common/lockfile.cc
+index 209beab..d6ca234 100644
+--- a/src/common/lockfile.cc
++++ b/src/common/lockfile.cc
+@@ -1,6 +1,7 @@
+ #include "common/platform.h"
+ #include "common/lockfile.h"
+
++#include <fcntl.h>
+ #include <unistd.h>
+ #include <sys/file.h>
+ #include <sys/types.h>