libdvbv5: Use standard compliant header for malloc
authorGregor Jasny <gjasny@googlemail.com>
Mon, 18 Jun 2012 16:59:07 +0000 (18:59 +0200)
committerGregor Jasny <gjasny@googlemail.com>
Mon, 18 Jun 2012 17:35:08 +0000 (19:35 +0200)
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
lib/include/dvb-fe.h

index 808e32c..748f416 100644 (file)
@@ -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>