build fix for OS X 10.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6253 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e5ae5e5c75
commit
d6d9890b8d
|
@ -54,6 +54,10 @@
|
|||
#include <kernel/OS.h>
|
||||
#endif
|
||||
|
||||
#ifdef DARWIN
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef WINNT
|
||||
/* Need to force service-pack 3 extensions to be defined by
|
||||
** setting _WIN32_WINNT to NT 4.0 for winsock.h, winbase.h, winnt.h.
|
||||
|
|
Loading…
Reference in New Issue