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 | 935a5a469a1865b9a2ed33e0241b345c2e4a36fe (patch) | |
tree | 10f7c3e834c9f0b1ee85f5dae3d821344c57579d | |
parent | 1534c48ce3a1a9a4900d657930c217fb04411e15 (diff) | |
download | gst-plugins-bad-935a5a469a1865b9a2ed33e0241b345c2e4a36fe.tar.gz gst-plugins-bad-935a5a469a1865b9a2ed33e0241b345c2e4a36fe.tar.bz2 gst-plugins-bad-935a5a469a1865b9a2ed33e0241b345c2e4a36fe.zip |
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'
-rw-r--r-- | gst/qtdemux/qtdemux.c | 2 |
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" |