blob: 3fa8ead5552ab1a82501879cd21b6fa65374993d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2007/08/08 21:37:21 joerg Exp $
--- plugins/audio/iLBC/ilbccodec.c.orig 2007-08-08 20:48:37.000000000 +0000
+++ plugins/audio/iLBC/ilbccodec.c
@@ -36,7 +36,7 @@
PLUGIN_CODEC_IMPLEMENT("iLBC")
-#include <malloc.h>
+#include <stdlib.h>
#include "iLBC/iLBC_encode.h"
#include "iLBC/iLBC_decode.h"
|