summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_crypto.c')
-rwxr-xr-xres/res_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index 2ebf4bef9..4e12eb5b7 100755
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -22,10 +22,10 @@
#include <asterisk/md5.h>
#include <asterisk/cli.h>
#include <asterisk/io.h>
+#include <asterisk/lock.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <stdio.h>
-#include <pthread.h>
#include <dirent.h>
#include <string.h>
#include <errno.h>