Fix build of trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent b0ea77c4e7
commit 4807fe0f0d

@ -114,6 +114,8 @@
#define AST_MAX_REENTRANCY 10 #define AST_MAX_REENTRANCY 10
struct ast_channel;
struct ast_mutex_info { struct ast_mutex_info {
pthread_mutex_t mutex; pthread_mutex_t mutex;
/*! Track which thread holds this lock */ /*! Track which thread holds this lock */

Loading…
Cancel
Save