Skip to content

Commit

Permalink
client: sys/file.h includes for flock operations
Browse files Browse the repository at this point in the history
Signed-off-by: John Coyle <dx9err@gmail.com>
  • Loading branch information
dx9 committed Oct 19, 2015
1 parent 1c56232 commit 5e81140
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
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
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 5e81140

Please sign in to comment.