1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/lizardfs/fix-headers.patch
Natanael Copa 814d953133 testing/lizardfs: new aport
a highly reliable, scalable and efficient distributed file system
https://github.com/lizardfs/lizardfs/
2015-07-08 12:37:33 +00:00

12 lines
315 B
Diff

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>