aboutsummaryrefslogtreecommitdiff
path: root/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c')
-rw-r--r--net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c b/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c
new file mode 100644
index 000000000000..248d2f7fa8a7
--- /dev/null
+++ b/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c
@@ -0,0 +1,11 @@
+--- lib/spandsp/src/t38_terminal.c 2009-03-14 05:26:02.000000000 +0100
++++ lib/spandsp/src/t38_terminal.c 2009-03-14 05:26:40.000000000 +0100
+@@ -37,7 +37,7 @@
+ #include <fcntl.h>
+ #include <time.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "floating_fudge.h"
+ #if defined(HAVE_TGMATH_H)
+ #include <tgmath.h>