summaryrefslogtreecommitdiffstats
path: root/glusterfsd
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2011-05-20 16:56:32 +0000
committerAnand Avati <avati@gluster.com>2011-05-30 04:49:07 -0700
commit493274b4051beca13f7153bc583cb60661a546c0 (patch)
treead57dc7eeaf11da2ec3ba86b6e76e4aea7836d37 /glusterfsd
parentb0c07f4db5f1ed2eeb58709d1021e11ca8fd5600 (diff)
glusterfsd-mgmt: include signal.h
Thanks to: Emmanuel Dreyfus <manu@netbsd.org> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2923 (NetBSD port) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2923
Diffstat (limited to 'glusterfsd')
-rw-r--r--glusterfsd/src/glusterfsd-mgmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c
index 1e10056ac07..1f5f6485aeb 100644
--- a/glusterfsd/src/glusterfsd-mgmt.c
+++ b/glusterfsd/src/glusterfsd-mgmt.c
@@ -21,6 +21,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <stdlib.h>
+#include <signal.h>
#ifndef _CONFIG_H
#define _CONFIG_H