freebsd-ports/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c
Brooks Davis e0a3211a06 Upgrade to 1.2.0.
Pass maintainership to submitter.

Submitted by:	Massimiliano Stucchi <stucchi at gufi dot org>
PR:		ports/132619
2009-03-14 05:27:45 +00:00

11 lines
340 B
C

--- 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>