aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_softhangup.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_softhangup.c')
-rwxr-xr-xapps/app_softhangup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/app_softhangup.c b/apps/app_softhangup.c
index 43a42247c..02135beb0 100755
--- a/apps/app_softhangup.c
+++ b/apps/app_softhangup.c
@@ -17,14 +17,12 @@
#include <asterisk/channel.h>
#include <asterisk/pbx.h>
#include <asterisk/module.h>
+#include <asterisk/lock.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
-#include <pthread.h>
-
-
static char *synopsis = "Soft Hangup Application";
static char *tdesc = "Hangs up the requested channel";