[Freeswitch-svn] [commit] r10579 - freeswitch/trunk/libs/spandsp/src
FreeSWITCH SVN
mikej at freeswitch.org
Wed Dec 3 10:39:06 PST 2008
Author: mikej
Date: Wed Dec 3 13:39:05 2008
New Revision: 10579
Log:
fix spandsp osx build
Modified:
freeswitch/trunk/libs/spandsp/src/t31.c
freeswitch/trunk/libs/spandsp/src/t38_terminal.c
Modified: freeswitch/trunk/libs/spandsp/src/t31.c
==============================================================================
--- freeswitch/trunk/libs/spandsp/src/t31.c (original)
+++ freeswitch/trunk/libs/spandsp/src/t31.c Wed Dec 3 13:39:05 2008
@@ -42,7 +42,6 @@
#include <memory.h>
#include <string.h>
#include <ctype.h>
-#include <malloc.h>
#include "floating_fudge.h"
#if defined(HAVE_TGMATH_H)
#include <tgmath.h>
Modified: freeswitch/trunk/libs/spandsp/src/t38_terminal.c
==============================================================================
--- freeswitch/trunk/libs/spandsp/src/t38_terminal.c (original)
+++ freeswitch/trunk/libs/spandsp/src/t38_terminal.c Wed Dec 3 13:39:05 2008
@@ -37,7 +37,6 @@
#include <fcntl.h>
#include <time.h>
#include <string.h>
-#include <malloc.h>
#include "floating_fudge.h"
#if defined(HAVE_TGMATH_H)
#include <tgmath.h>
More information about the Freeswitch-svn
mailing list