From 691acf2812250c80e9269eae67dc8bfe6b4ac51d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 18 Jun 2013 14:38:57 -0500 Subject: [PATCH] fix build on cent5 --- src/mod/applications/mod_spandsp/mod_spandsp_modem.h | 1 + 1 file changed, 1 insertion(+) 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