summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-11-29 17:42:21 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-11-29 17:42:21 +0000
commit4807fe0f0d68a99313c59f33dd4234c1b6b48ebf (patch)
tree44ad03e2e94f7e7cd621cf96a748ed43d5cfb7dd /include/asterisk
parentb0ea77c4e7f6b06ea1ee6e283ea714b142151080 (diff)
Fix build of trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h
index 055ec84c8..5f243915f 100644
--- a/include/asterisk/lock.h
+++ b/include/asterisk/lock.h
@@ -114,6 +114,8 @@
#define AST_MAX_REENTRANCY 10
+struct ast_channel;
+
struct ast_mutex_info {
pthread_mutex_t mutex;
/*! Track which thread holds this lock */