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'
This commit is contained in:
Steve Baker 2002-08-11 11:31:42 +00:00
parent 95fd103d2d
commit 0db159065c
2 changed files with 3 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit 59ed6821982c4f5f989b1a635e34dc782d0a8e32
Subproject commit 49b94b4d92a9621d42aa6c80bd720e2abc747fe4

View file

@ -17,6 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <string.h>
#include "qtdemux.h"