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:
Michael Jerris 2007-11-14 00:01:51 +00:00
parent e5ae5e5c75
commit d6d9890b8d
1 changed files with 4 additions and 0 deletions

View File

@ -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.