Skip to content

Commit

Permalink
Merge pull request ceph#6282 from dx9/wip-12406-client-flock
Browse files Browse the repository at this point in the history
client: sys/file.h includes for flock operations

Reviewed-by: John Spray <[email protected]>
  • Loading branch information
jcsp committed Oct 19, 2015
2 parents 0ed9088 + 5e81140 commit d4a4e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/Client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions src/client/fuse_ll.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#define FUSE_USE_VERSION 30

#include <sys/file.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
Expand Down

0 comments on commit d4a4e44

Please sign in to comment.