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_adpcm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'codecs/codec_adpcm.c') diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c index c2aa090d5..c07aba538 100755 --- a/codecs/codec_adpcm.c +++ b/codecs/codec_adpcm.c @@ -13,6 +13,7 @@ * the GNU General Public License */ +#include #include #include #include @@ -27,7 +28,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 = "Adaptive Differential PCM Coder/Decoder"; -- cgit v1.2.3