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

13 lines
293 B
Text

$NetBSD: patch-ah,v 1.1 2007/08/08 21:37:21 joerg Exp $
--- plugins/audio/G726/g726codec.c.orig 2007-08-08 20:52:58.000000000 +0000
+++ plugins/audio/G726/g726codec.c
@@ -53,7 +53,7 @@
PLUGIN_CODEC_IMPLEMENT("G.726")
-#include <malloc.h>
+#include <stdlib.h>
#include "g726/g72x.h"