blob: f944a5e5dd6eb596696a4613c410bc4b680a2fcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|