aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lizardfs/fix-headers.patch
blob: 3b8746aa8d2661d58e70fbb2be35b8f77f1041cd (plain)
1
2
3
4
5
6
7
8
9
10
11
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>