aboutsummaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-libspeex
blob: 5e452da8fc7743d29f5894d2c2d4a23cc675db71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/codec/speex/libspeex/kiss_fft.h.orig	Thu Jun 22 09:56:34 2006
+++ src/codec/speex/libspeex/kiss_fft.h	Thu Jun 22 09:56:53 2006
@@ -6,10 +6,6 @@
 #include <math.h>
 #include <memory.h>
 
-#if !(defined(P_MACOSX) || defined(P_FREEBSD))
-#include <malloc.h>   // RMF
-#endif
-
 #ifdef __cplusplus
 extern "C" {
 #endif