diff libass/ass_mp.c @ 19484:6eb79b2384f8

use of malloc without prototype.. very bad on 64bit archs
author rfelker
date Mon, 21 Aug 2006 22:02:49 +0000
parents 0797e1b4a4be
children 31ac2e1a5695
line wrap: on
line diff
--- a/libass/ass_mp.c	Mon Aug 21 21:51:47 2006 +0000
+++ b/libass/ass_mp.c	Mon Aug 21 22:02:49 2006 +0000
@@ -1,5 +1,6 @@
 #include <inttypes.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "ass.h"
 #include "ass_mp.h"