aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli.c')
-rwxr-xr-xcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index 6543a0bf0..1376ed257 100755
--- a/cli.c
+++ b/cli.c
@@ -20,11 +20,11 @@
#include <asterisk/channel.h>
#include <asterisk/channel_pvt.h>
#include <asterisk/utils.h>
+#include <asterisk/lock.h>
#include <sys/signal.h>
#include <stdio.h>
#include <signal.h>
#include <string.h>
-#include <pthread.h>
/* For rl_filename_completion */
#include "editline/readline/readline.h"
/* For module directory */