summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-08-11 11:31:42 +0000
committerSteve Baker <steve@stevebaker.org>2002-08-11 11:31:42 +0000
commit0db159065cb0c8ad2d7ad8215eace7c43f6cb89f (patch)
tree2b6be2732e171db440b8f0574127ea0778c465eb /gst
parent95fd103d2d2527dcd0583d19fdfd32446e412cba (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'
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 2 insertions, 0 deletions
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"