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