From 1642b09aba30d6f0b95a11bf079f99db94fdac02 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 13 May 2002 22:29:39 +0000 Subject: Version 0.1.12 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@446 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/codec_alaw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'codecs/codec_alaw.c') diff --git a/codecs/codec_alaw.c b/codecs/codec_alaw.c index 9089fccbe..833092365 100755 --- a/codecs/codec_alaw.c +++ b/codecs/codec_alaw.c @@ -10,6 +10,7 @@ * the GNU General Public License */ +#include #include #include #include @@ -25,7 +26,7 @@ #define BUFFER_SIZE 8096 /* size for the translation buffers */ -static pthread_mutex_t localuser_lock = PTHREAD_MUTEX_INITIALIZER; +static pthread_mutex_t localuser_lock = AST_MUTEX_INITIALIZER; static int localusecnt = 0; static char *tdesc = "A-law Coder/Decoder"; -- cgit v1.2.3