try to fix openbsd build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10379 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-11-13 19:22:29 +00:00
parent 476d88b442
commit c8e4831d26
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ SWITCH_BEGIN_EXTERN_C
#ifdef WIN32
typedef HANDLE switch_thread_id_t;
#else
#include <pthread.h>
typedef pthread_t switch_thread_id_t;
#endif