mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
a highly reliable, scalable and efficient distributed file system https://github.com/lizardfs/lizardfs/
12 lines
315 B
Diff
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>
|