From: Anthony Minessale Date: Thu, 13 Nov 2008 19:22:29 +0000 (+0000) Subject: try to fix openbsd build X-Git-Tag: v1.0.2~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e4831d261d9932aabcedf4b042c4ba3420b728;p=thirdparty%2Ffreeswitch.git try to fix openbsd build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10379 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_apr.h b/src/include/switch_apr.h index 080c4e4bf1..608b4762e2 100644 --- a/src/include/switch_apr.h +++ b/src/include/switch_apr.h @@ -44,6 +44,7 @@ SWITCH_BEGIN_EXTERN_C #ifdef WIN32 typedef HANDLE switch_thread_id_t; #else +#include typedef pthread_t switch_thread_id_t; #endif