diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-12 00:26:25 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-11 23:50:23 -0700 |
commit | cfd85789c44ce3f88d6bf87d7b0a47dafb8c6d57 (patch) | |
tree | c357c6561ceaf445507eda23c448d82e9371de54 | |
parent | 9ccb1e7b152ea9d27356482d51bd1946d377b799 (diff) |
mgmt/glusterd: Fix warning in glusterd build
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2718 (Fix warning in glusterd build)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2718
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index d36bd1351c1..5ecc5135570 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -25,6 +25,7 @@ #include <time.h> #include <sys/uio.h> #include <sys/resource.h> +#include <sys/mount.h> #include <libgen.h> #include "uuid.h" |