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:
parent
b7d86e4b6b
commit
dcc59eace2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue