aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.c b/acl.c
index 4feea75a7..3f0afb9ab 100755
--- a/acl.c
+++ b/acl.c
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <pthread.h>
#include <string.h>
#include <sys/time.h>
#include <signal.h>
@@ -23,6 +22,7 @@
#include <asterisk/logger.h>
#include <asterisk/channel.h>
#include <asterisk/utils.h>
+#include <asterisk/lock.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>