]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3747 --resolve
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Sat, 17 Dec 2011 02:14:48 +0000 (21:14 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Sat, 17 Dec 2011 02:14:48 +0000 (21:14 -0500)
src/mod/applications/mod_spandsp/mod_spandsp_modem.h

index a680deab8a465398973fa95b6dcc79180ac28fdd..488a4ceb749f7c9188fc1b9fdd32f6136eaf851f 100644 (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