]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6368 --resolve include signal.h in ivrd.c
authorBrian West <brian@freeswitch.org>
Tue, 18 Mar 2014 01:24:28 +0000 (20:24 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 18 Mar 2014 01:24:28 +0000 (20:24 -0500)
libs/esl/ivrd.c

index 865016506b179ce6369a8ac842a5b7e476f48a52..349900bfd2f26e005829cbcc5871c84c151658f0 100644 (file)
@@ -36,6 +36,7 @@
 #include <esl.h>
 #include <errno.h>
 #include <sys/wait.h>
+#include <signal.h>
 
 static void handle_SIGCHLD(int sig)
 {