diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2013-11-17 02:03:03 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-11-18 01:36:45 -0800 |
commit | f9443a3f148dde4bb1a628184140d59f45db64a2 (patch) | |
tree | 9ab15b3e2b07ed25bd51b03d2cf6220387a6a4e6 /xlators/cluster | |
parent | eb412da2375e6bbae5cc7a39db9e60fbbdd7aaa0 (diff) |
Have #include <signal.h> for kill(2)
BUG: 764655
Change-Id: I4d18c9a6c00cb4696645fcb437398562f00b9d24
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.org/6284
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 1 | ||||
-rw-r--r-- | xlators/cluster/dht/src/dht-rebalance.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 7564c600bc4..9e4bde1a5f1 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -14,6 +14,7 @@ #endif #include <regex.h> +#include <signal.h> #include "dht-mem-types.h" #include "libxlator.h" diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index bcb19f23e96..99d92459c12 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -16,6 +16,7 @@ #include "dht-common.h" #include "xlator.h" +#include <signal.h> #include <fnmatch.h> #define GF_DISK_SECTOR_SIZE 512 |