Files
pkgsrc-ng/net/openh323/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
341 B
Plaintext

$NetBSD: patch-ad,v 1.1 2007/08/08 21:37:20 joerg Exp $
--- plugins/audio/Speex/speexcodec.cxx.orig 2007-08-08 20:47:32.000000000 +0000
+++ plugins/audio/Speex/speexcodec.cxx
@@ -62,7 +62,7 @@ extern "C" {
PLUGIN_CODEC_IMPLEMENT("Speex")
};
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "libspeex/speex.h"