This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libdvbv5: Use standard compliant header for malloc Author: Gregor Jasny <[email protected]> Date: Mon Jun 18 18:59:07 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> lib/include/dvb-fe.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=7cb4f7f31709021dea53ba43fb4df1f5cdf7d909 diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h index 808e32c..748f416 100644 --- a/lib/include/dvb-fe.h +++ b/lib/include/dvb-fe.h @@ -23,7 +23,7 @@ #include <stdio.h> #include <errno.h> #include <stdint.h> -#include <malloc.h> +#include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
