[MPlayer-cvslog] r19490 - trunk/libass/ass_mp.c
    rfelker 
    subversion at mplayerhq.hu
       
    Tue Aug 22 00:02:50 CEST 2006
    
    
  
Author: rfelker
Date: Tue Aug 22 00:02:49 2006
New Revision: 19490
Modified:
   trunk/libass/ass_mp.c
Log:
use of malloc without prototype.. very bad on 64bit archs
Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c	(original)
+++ trunk/libass/ass_mp.c	Tue Aug 22 00:02:49 2006
@@ -1,5 +1,6 @@
 #include <inttypes.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "ass.h"
 #include "ass_mp.h"
    
    
More information about the MPlayer-cvslog
mailing list