diff options
author | Anand Avati <avati@gluster.com> | 2011-05-20 16:56:32 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-05-30 04:49:07 -0700 |
commit | 493274b4051beca13f7153bc583cb60661a546c0 (patch) | |
tree | ad57dc7eeaf11da2ec3ba86b6e76e4aea7836d37 /glusterfsd/src | |
parent | b0c07f4db5f1ed2eeb58709d1021e11ca8fd5600 (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/src')
-rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 1e10056ac..1f5f6485a 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 |