summaryrefslogtreecommitdiff
path: root/main/lock.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-06-09 23:56:08 +0000
committerRussell Bryant <russell@russellbryant.com>2010-06-09 23:56:08 +0000
commit90ac07ce45d71daf55d32ea6b251ddaa25131e06 (patch)
tree29bb32c982c198d641127d702563189e5f90ef34 /main/lock.c
parent403f9df8d062fac7a757d4e5148674e4c76c4649 (diff)
Attempt to fix FreeBSD build problem.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269569 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/lock.c')
-rw-r--r--main/lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/lock.c b/main/lock.c
index e59259942..f98837778 100644
--- a/main/lock.c
+++ b/main/lock.c
@@ -32,6 +32,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#undef pthread_mutex_destroy
#undef pthread_mutex_lock
#undef pthread_mutex_trylock
+#undef pthread_mutex_t
#undef pthread_mutex_unlock
#undef pthread_cond_init
#undef pthread_cond_signal