diff options
Diffstat (limited to 'net/openh323/patches/patch-ah')
-rw-r--r-- | net/openh323/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openh323/patches/patch-ah b/net/openh323/patches/patch-ah new file mode 100644 index 00000000000..a378d4f9566 --- /dev/null +++ b/net/openh323/patches/patch-ah @@ -0,0 +1,13 @@ +$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" + |