aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rwxr-xr-xapps/app_skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index f78652c55..68bdd9262 100755
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -16,10 +16,10 @@
#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 <pthread.h>
static char *tdesc = "Trivial skeleton Application";
static char *app = "skel";