13 lines
310 B
Text
13 lines
310 B
Text
$NetBSD: patch-af,v 1.1 2007/08/08 21:37:21 joerg Exp $
|
|
|
|
--- plugins/audio/LPC_10/lpc_10_codec.c.orig 2007-08-08 20:50:34.000000000 +0000
|
|
+++ plugins/audio/LPC_10/lpc_10_codec.c
|
|
@@ -30,7 +30,7 @@
|
|
|
|
#include <opalplugin.h>
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "lpc10.h"
|