diff options
Diffstat (limited to 'net/openh323/patches/patch-ai')
-rw-r--r-- | net/openh323/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openh323/patches/patch-ai b/net/openh323/patches/patch-ai new file mode 100644 index 00000000000..7b281eff3d3 --- /dev/null +++ b/net/openh323/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2007/08/08 21:37:21 joerg Exp $ + +--- plugins/audio/IMA_ADPCM/ima_adpcm.c.orig 2007-08-08 20:53:49.000000000 +0000 ++++ plugins/audio/IMA_ADPCM/ima_adpcm.c +@@ -38,7 +38,7 @@ + + PLUGIN_CODEC_IMPLEMENT("IMA-ADPCM") + +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + + //By LH, Microsoft IMA ADPCM CODEC Capability |