提交 8844cedc authored 作者: Christopher Rienzo's avatar Christopher Rienzo

Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#ifndef WIN32 #ifndef WIN32
#ifdef __UCLIBC__
#else
#if defined(HAVE_BYTESWAP_H) #if defined(HAVE_BYTESWAP_H)
#include <byteswap.h> #include <byteswap.h>
#elif defined(USE_SYS_ENDIAN_H) #elif defined(USE_SYS_ENDIAN_H)
...@@ -82,6 +84,7 @@ ...@@ -82,6 +84,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <sys/signal.h> #include <sys/signal.h>
#endif #endif
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifndef WIN32 #ifndef WIN32
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论