blob: 16624c22b05a2b093301c691336a2fd47db0d656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2007/08/08 21:37:20 joerg Exp $
--- plugins/audio/Speex/speexcodec.cxx.orig 2007-08-08 20:47:32.000000000 +0000
+++ plugins/audio/Speex/speexcodec.cxx
@@ -62,7 +62,7 @@ extern "C" {
PLUGIN_CODEC_IMPLEMENT("Speex")
};
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "libspeex/speex.h"
|