diff options
| author | Pavan Deolasee | 2014-12-15 09:14:27 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2015-04-15 05:46:41 +0000 |
| commit | 50fbbefbd08adc7419f803c004d33236db80c595 (patch) | |
| tree | ba1f4d22902173bae5fadf8e29d74ae09404d682 /src | |
| parent | e7e6f4d4e1801aa8a34a06f7d62dba809222b4df (diff) | |
Allow compilation on FreeBSD and also check for existance of bash
Report and patch from Jov.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtm/gtm_ctl/gtm_ctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtm/gtm_ctl/gtm_ctl.c b/src/gtm/gtm_ctl/gtm_ctl.c index 29c78c8d00..af9b4aa25c 100644 --- a/src/gtm/gtm_ctl/gtm_ctl.c +++ b/src/gtm/gtm_ctl/gtm_ctl.c @@ -17,6 +17,7 @@ #include <signal.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/wait.h> #include <unistd.h> #ifdef HAVE_SYS_RESOURCE_H |
