diff options
author | Steve Baker <steve@stevebaker.org> | 2002-08-11 11:31:42 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-08-11 11:31:42 +0000 |
commit | 0db159065cb0c8ad2d7ad8215eace7c43f6cb89f (patch) | |
tree | 2b6be2732e171db440b8f0574127ea0778c465eb | |
parent | 95fd103d2d2527dcd0583d19fdfd32446e412cba (diff) |
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'
m--------- | common | 0 | ||||
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common b/common -Subproject 59ed6821982c4f5f989b1a635e34dc782d0a8e3 +Subproject 49b94b4d92a9621d42aa6c80bd720e2abc747fe diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 05b388b7..10cbec43 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ + +#include <stdlib.h> #include <string.h> #include "qtdemux.h" |