]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build on cent5
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 18 Jun 2013 19:38:57 +0000 (14:38 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 18 Jun 2013 19:38:57 +0000 (14:38 -0500)
src/mod/applications/mod_spandsp/mod_spandsp_modem.h

index 717cb909c4a490dfbec76953b3a4a758787dbf07..81c46bae78b18c0e49c326dc43224b3e67e8519b 100644 (file)
@@ -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