aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-14 14:45:51 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-14 14:45:51 +0000
commit3ba563757d681968da826b23a72ed4a766d44559 (patch)
tree263f9e79c148bfd5793c8d94d3c9d9ff710730d8 /include/asterisk/utils.h
parent7a0178bc4d9a826c960a896be9d116bf08bcf2f5 (diff)
don't use pthread_mutex_lock
don't double-include pthread.h in utils.h, which can cause the pthread_mutex_lock warning to not be generated on some systems git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5906 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/utils.h')
-rwxr-xr-xinclude/asterisk/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 9fb0b83cd..9cabe679d 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -19,7 +19,6 @@
#include <netinet/in.h>
#include <arpa/inet.h> /* we want to override inet_ntoa */
#include <netdb.h>
-#include <pthread.h>
#include <limits.h>
#include "asterisk/lock.h"