missing #include (for malloc and free)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-03-01 22:57:57 +00:00
parent 656f84e686
commit 77fab94da1
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// #include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include "config.h"
#include "mpeg_hdr.h"