14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
$NetBSD: patch-ab,v 1.3 2007/08/08 21:37:20 joerg Exp $
|
|
|
|
--- plugins/audio/GSM0610/gsm06_10_codec.c.orig 2007-08-08 20:43:26.000000000 +0000
|
|
+++ plugins/audio/GSM0610/gsm06_10_codec.c
|
|
@@ -65,7 +65,7 @@
|
|
|
|
PLUGIN_CODEC_IMPLEMENT(GSM_0610)
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "inc/gsm.h"
|