From 0db159065cb0c8ad2d7ad8215eace7c43f6cb89f Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sun, 11 Aug 2002 11:31:42 +0000 Subject: [PATCH] qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of funct... Original commit message from CVS: qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of function `malloc' --- common | 2 +- gst/qtdemux/qtdemux.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common b/common index 59ed682198..49b94b4d92 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 59ed6821982c4f5f989b1a635e34dc782d0a8e32 +Subproject commit 49b94b4d92a9621d42aa6c80bd720e2abc747fe4 diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 05b388b74c..10cbec43f7 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ + +#include #include #include "qtdemux.h"