1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/iaxmodem/files/patch-lib_spandsp_src_t31.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

12 lines
326 B
C

--- lib/spandsp/src/t31.c 2009-03-14 05:26:02.000000000 +0100
+++ lib/spandsp/src/t31.c 2009-03-14 05:26:28.000000000 +0100
@@ -42,7 +42,7 @@
#include <memory.h>
#include <string.h>
#include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "floating_fudge.h"
#if defined(HAVE_TGMATH_H)
#include <tgmath.h>