[svn-commits] tilghman: trunk r90157 - /trunk/include/asterisk/lock.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Nov 29 11:42:22 CST 2007


Author: tilghman
Date: Thu Nov 29 11:42:21 2007
New Revision: 90157

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90157
Log:
Fix build of trunk

Modified:
    trunk/include/asterisk/lock.h

Modified: trunk/include/asterisk/lock.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/lock.h?view=diff&rev=90157&r1=90156&r2=90157
==============================================================================
--- trunk/include/asterisk/lock.h (original)
+++ trunk/include/asterisk/lock.h Thu Nov 29 11:42:21 2007
@@ -113,6 +113,8 @@
                              { PTHREAD_MUTEX_INIT_VALUE, 0, { NULL }, { 0 }, 0, { NULL }, { 0 }, PTHREAD_MUTEX_INIT_VALUE }
 
 #define AST_MAX_REENTRANCY 10
+
+struct ast_channel;
 
 struct ast_mutex_info {
 	pthread_mutex_t mutex;




More information about the svn-commits mailing list