use of malloc without prototype.. very bad on 64bit archs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19490 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2006-08-21 22:02:49 +00:00
parent 470943ebb7
commit 6e2e1a80e7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include "ass.h"
#include "ass_mp.h"