From: Marc Olivier Chouinard Date: Sat, 17 Dec 2011 02:14:48 +0000 (-0500) Subject: FS-3747 --resolve X-Git-Tag: v1.2-rc1~27^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1923d19c438eca04302d39ede45111c4d234c527;p=thirdparty%2Ffreeswitch.git FS-3747 --resolve --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h index a680deab8a..488a4ceb74 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h +++ b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h @@ -57,6 +57,8 @@ #include #include #ifndef WIN32 +#ifdef __UCLIBC__ +#else #if defined(HAVE_BYTESWAP_H) #include #elif defined(USE_SYS_ENDIAN_H) @@ -82,6 +84,7 @@ #include #include #endif +#endif #include #include #ifndef WIN32