From: Anthony Minessale Date: Tue, 18 Jun 2013 19:38:57 +0000 (-0500) Subject: fix build on cent5 X-Git-Tag: v1.5.2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691acf2812250c80e9269eae67dc8bfe6b4ac51d;p=thirdparty%2Ffreeswitch.git fix build on cent5 --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h index 717cb909c4..81c46bae78 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_modem.h +++ b/src/mod/applications/mod_spandsp/mod_spandsp_modem.h @@ -32,6 +32,7 @@ */ #ifndef WIN32 +#undef HAVE_STDLIB_H #include "switch_private.h" #endif #if defined(HAVE_OPENPTY) || defined(HAVE_DEV_PTMX) || defined(HAVE_POSIX_OPENPT) || WIN32