From 5cb4e461fd31f7b0c850cae76d64de23d08722f3 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 30 Oct 2008 16:49:02 +0000 Subject: fix a few small things found by using sparse git-svn-id: http://svn.digium.com/svn/asterisk/trunk@152809 f38db490-d61c-443f-a65b-d21fe96a405b --- codecs/lpc10/chanwr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'codecs/lpc10') diff --git a/codecs/lpc10/chanwr.c b/codecs/lpc10/chanwr.c index cefcdd145..b7a9c722e 100644 --- a/codecs/lpc10/chanwr.c +++ b/codecs/lpc10/chanwr.c @@ -29,6 +29,7 @@ Some OSS fixes and a few lpc changes to make it actually work -lf2c -lm (in that order) */ +#include #include "f2c.h" /* *********************************************************************** */ @@ -228,5 +229,5 @@ L_chanrd: /* Subroutine */ int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits) { - return chanwr_0_(1, order, ipitv, irms, irc, ibits, 0); + return chanwr_0_(1, order, ipitv, irms, irc, ibits, NULL); } -- cgit v1.2.3