pkgsrc/net/openh323/patches/patch-ae
2007-08-08 21:31:26 +00:00

13 lines
330 B
Text

$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"