From 1923d19c438eca04302d39ede45111c4d234c527 Mon Sep 17 00:00:00 2001 From: Marc Olivier Chouinard Date: Fri, 16 Dec 2011 21:14:48 -0500 Subject: [PATCH] FS-3747 --resolve --- src/mod/applications/mod_spandsp/mod_spandsp_modem.h | 3 +++ 1 file changed, 3 insertions(+) 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