]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: sys/file.h includes for flock operations 6282/head
authorJohn Coyle <dx9err@gmail.com>
Thu, 15 Oct 2015 15:03:01 +0000 (11:03 -0400)
committerJohn Coyle <dx9err@gmail.com>
Mon, 19 Oct 2015 01:06:59 +0000 (21:06 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
src/client/Client.cc
src/client/fuse_ll.cc

index e313691fb9e9902abb6a1447d96744ad019eb565..3c1acf9c94d65b09a399ee8ebf7ca297e2ffd864 100644 (file)
@@ -21,6 +21,7 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <fcntl.h>
+#include <sys/file.h>
 #include <sys/utsname.h>
 #include <sys/uio.h>
 
index 219cf0ed995f93af94b1133c2eb46f4490e1397e..e46d6ac06be3c67959867ea13f6b3b22873d878d 100644 (file)
@@ -14,6 +14,7 @@
 
 #define FUSE_USE_VERSION 30
 
+#include <sys/file.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <signal.h>