fix for msvc 9 build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6628 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-12-11 10:01:55 +00:00
parent 2a72aea08b
commit a8a5e462ec
2 changed files with 15 additions and 10 deletions
+4 -1
View File
@@ -71,7 +71,10 @@
#include <setjmp.h>
#include <ctype.h>
#include <fcntl.h>
#ifndef _MSC_VER
#ifdef _MSC_VER
#include <Winsock2.h>
#include <Ws2tcpip.h>
#else
#include <strings.h>
#endif
#include <string.h>