提交 dcc59eac authored 作者: Michael Jerris's avatar Michael Jerris

build: fix older gcc build (FSBUILD-150)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12924 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b7d86e4b
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
#include <setjmp.h> #include <setjmp.h>
#include <ctype.h> #include <ctype.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#include <Winsock2.h> #include <Winsock2.h>
#if _MSC_VER < 1500 #if _MSC_VER < 1500
...@@ -85,7 +86,6 @@ ...@@ -85,7 +86,6 @@
#else #else
#include <strings.h> #include <strings.h>
#endif #endif
#include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <limits.h> #include <limits.h>
#include <sys/types.h> #include <sys/types.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论