From 5e811407be27f8e6ae030f80e8000251d29d40c7 Mon Sep 17 00:00:00 2001 From: John Coyle Date: Thu, 15 Oct 2015 11:03:01 -0400 Subject: [PATCH] client: sys/file.h includes for flock operations Signed-off-by: John Coyle --- src/client/Client.cc | 1 + src/client/fuse_ll.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/client/Client.cc b/src/client/Client.cc index e313691fb9e99..3c1acf9c94d65 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -21,6 +21,7 @@ #include #include #include +#include #include #include diff --git a/src/client/fuse_ll.cc b/src/client/fuse_ll.cc index 219cf0ed995f9..e46d6ac06be3c 100644 --- a/src/client/fuse_ll.cc +++ b/src/client/fuse_ll.cc @@ -14,6 +14,7 @@ #define FUSE_USE_VERSION 30 +#include #include #include #include