aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_softhangup.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-22 19:32:52 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-22 19:32:52 +0000
commit31e064cf03900c2542a21fe40c70f4888bcd8d31 (patch)
tree9eaa509f6874213ae6ecfe65c25fa7b87215ee4b /apps/app_softhangup.c
parent00b34f3e0a4c193bfbe44de48b1bccebdf14c150 (diff)
Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3277 f38db490-d61c-443f-a65b-d21fe96a405b
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";