From d6b7c92479a3cdeb42c317ea1103c508b4fda7a9 Mon Sep 17 00:00:00 2001 From: rfelker Date: Mon, 21 Aug 2006 22:02:49 +0000 Subject: [PATCH] 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 --- libass/ass_mp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libass/ass_mp.c b/libass/ass_mp.c index 34cc294..8f0efd0 100644 --- a/libass/ass_mp.c +++ b/libass/ass_mp.c @@ -1,5 +1,6 @@ #include #include +#include #include "ass.h" #include "ass_mp.h" -- 2.40.0