summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorJi-Hyeon Gim <potatogim@potatogim.net>2017-09-15 11:01:07 +0900
committerVijay Bellur <vbellur@redhat.com>2017-09-18 14:56:47 +0000
commit2ab382593a3dea2e6ca2dc213bf735574933c10b (patch)
treefda573117b98669e9ba3d06413460fa166bc5db8 /daemon
parentdef66b1caecb9c7c97871f42f55b71f774ffa860 (diff)
gluster-block: missing to include signal.h
Problem gluster-blockd using POSIX signal handling but it not includes signal.h Change-Id: Iecb3a17d70226a894bfe9a6fb5b8382d87afde7f Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gluster-blockd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gluster-blockd.c b/daemon/gluster-blockd.c
index 1923d5f..028d9d4 100644
--- a/daemon/gluster-blockd.c
+++ b/daemon/gluster-blockd.c
@@ -14,6 +14,7 @@
# include <sys/stat.h>
# include <pthread.h>
# include <rpc/pmap_clnt.h>
+# include <signal.h>
# include "config.h"
# include "common.h"