]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/libcephfs/flock: add sys/file.h include for flock operations 6310/head
authorJohn Coyle <dx9err@gmail.com>
Mon, 19 Oct 2015 13:50:31 +0000 (09:50 -0400)
committerJohn Coyle <dx9err@gmail.com>
Mon, 19 Oct 2015 13:50:31 +0000 (09:50 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
src/test/libcephfs/flock.cc

index d17e0cfd2075b9a72df4dda2640cc72893a281f2..0b3f0d7d49fabce6c3e88e7943af806371e523ec 100644 (file)
@@ -22,6 +22,7 @@
 #include <errno.h>
 #include <sys/fcntl.h>
 #include <unistd.h>
+#include <sys/file.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>