build: fix older gcc build (FSBUILD-150)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12924 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-04-06 20:54:50 +00:00
parent b7d86e4b6b
commit dcc59eace2
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,7 @@
#include <setjmp.h>
#include <ctype.h>
#include <fcntl.h>
#include <string.h>
#ifdef _MSC_VER
#include <Winsock2.h>
#if _MSC_VER < 1500
@ -85,7 +86,6 @@
#else
#include <strings.h>
#endif
#include <string.h>
#include <sys/stat.h>
#include <limits.h>
#include <sys/types.h>