diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 02:38:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 02:38:25 -0300 |
commit | fd4eec108c9677df158e0ff09e683728b5b457d0 (patch) | |
tree | b4088d40b6e8fe7a45c9edc526a4b3c8ea53c6bc /unmaintained/lizardfs/fix-headers.patch | |
parent | 17ab0a9276a295858bdfb59ba35431660de0ff05 (diff) | |
download | aports-fd4eec108c9677df158e0ff09e683728b5b457d0.tar.bz2 aports-fd4eec108c9677df158e0ff09e683728b5b457d0.tar.xz |
unmaintained/lizardfs: move from testing
Diffstat (limited to 'unmaintained/lizardfs/fix-headers.patch')
-rw-r--r-- | unmaintained/lizardfs/fix-headers.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/lizardfs/fix-headers.patch b/unmaintained/lizardfs/fix-headers.patch new file mode 100644 index 0000000000..3b8746aa8d --- /dev/null +++ b/unmaintained/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> |