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