]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix spandsp osx build
authorMichael Jerris <mike@jerris.com>
Wed, 3 Dec 2008 18:39:05 +0000 (18:39 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 3 Dec 2008 18:39:05 +0000 (18:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10579 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/spandsp/src/t31.c
libs/spandsp/src/t38_terminal.c

index 2e7688e84cfea9dbc4fe68622d0c6a6d84886b40..43363e1038d97fe69edf2541eb0d8d279fbc3bc8 100644 (file)
@@ -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>
index fa96841991d1b3b4f507ff54e99043fa47a76d5e..1205439d457157153a7723be740057a4e65b76e3 100644 (file)
@@ -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>