diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-02 10:04:33 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-08 12:37:33 +0000 |
commit | 814d953133975a9d377cfb745cbc367eb6abafed (patch) | |
tree | 84d9325c0320e5c4f19230abbecb90d80e992bc7 /testing/lizardfs/fix-headers.patch | |
parent | 9edc33e91cc13c75d6d411456604c5b9f1ef7ce2 (diff) | |
download | aports-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.patch | 12 |
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> |