mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
This commit is contained in:
commit
8844cedc74
@ -57,6 +57,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#ifndef WIN32
|
||||
#ifdef __UCLIBC__
|
||||
#else
|
||||
#if defined(HAVE_BYTESWAP_H)
|
||||
#include <byteswap.h>
|
||||
#elif defined(USE_SYS_ENDIAN_H)
|
||||
@ -82,6 +84,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/signal.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user