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

This commit is contained in:
Christopher Rienzo 2011-12-17 02:55:54 +00:00
commit 8844cedc74
1 changed files with 3 additions and 0 deletions

View File

@ -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